← All skills
Tencent SkillHub Β· Developer Tools

Idealista

Query Idealista API via idealista-cli (OAuth2 client credentials).

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Query Idealista API via idealista-cli (OAuth2 client credentials).

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 5 sections Open source page

idealista

This skill documents how to query the Idealista API using the local idealista-cli.

Local project location

CLI source (example): ~/idealista-cli

Credentials (client_id / client_secret)

Idealista uses OAuth2 Client Credentials. Use environment variables (recommended): IDEALISTA_API_KEY = client_id IDEALISTA_API_SECRET = client_secret Example: export IDEALISTA_API_KEY="<CLIENT_ID>" export IDEALISTA_API_SECRET="<CLIENT_SECRET>" Or persist them via the CLI: python3 -m idealista_cli config set \ --api-key "<CLIENT_ID>" \ --api-secret "<CLIENT_SECRET>" Config file path: ~/.config/idealista-cli/config.json Token cache: ~/.cache/idealista-cli/token.json

Common commands

Get a token: python3 -m idealista_cli token python3 -m idealista_cli token --refresh Search listings: python3 -m idealista_cli search \ --center "39.594,-0.458" \ --distance 5000 \ --operation sale \ --property-type homes \ --all-pages \ --format summary Compute stats: python3 -m idealista_cli avg \ --center "39.594,-0.458" \ --distance 5000 \ --operation sale \ --property-type homes \ --group-by propertyType

Example queries (natural language)

Use these as β€œprompt” examples for an agent that calls the CLI: "Find a flat in A CoruΓ±a under 200.000€" "Tell me the average price of a house around here: 39Β°34'33.5"N 0Β°30'10.0"W" "BΓΊscame un apartamento de 3 habs en Tapia de Casariego para comprar"

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc