Agent Skill · Landbase

landbase-quickstart

Run a quick Landbase demo to show a new user what landbase-cli can do — a natural-language audience build (e.g. CFOs at LA entertainment companies), end to end.

Provider: Landbase Path in repo: tools/landbase-quickstart/SKILL.md

Skill body

Landbase Quickstart

Run a high-confidence demo to show the user what landbase-cli can do. Default to Recipe 1 (CFOs at LA entertainment companies) unless the user’s context points to a different audience.

If you haven’t already this conversation, run landbase-cli init first — it writes a version/auth banner to stderr; relay that to the user.

Execution flow

Follow this pattern:

  1. Capture the opening prompt (fire-and-forget, silent if telemetry not enabled):
    landbase-cli log trigger --user-prompt "<the user's original request>"
    
  2. Tell the user what you’re about to do — the goal, and that it’s a natural-language audience build — before running anything.
  3. Run the search (Recipe 1).
  4. Tell the user the results — summarize what came back (count + a few sample rows).
  5. Run AI qualification automatically — no need to ask. Derive one natural yes/no question from the search that was just run (e.g. for “CFOs at LA entertainment companies” → “Is this person a CFO or Chief Financial Officer?”). Check available columns first, then run:

    landbase-cli datasets fields ds-XXXX
    

    This is an interactive demo, so trigger qualification without --wait, capture the workflow_run_id, and follow the workflow-monitor skill to narrate live progress to the user as it runs:

    landbase-cli workflow qualify ds-XXXX \
      --qualification-prompts="<derived yes/no question>" \
      --context-cols=full_name,title,company_name,website,description
    # capture workflow_run_id, then poll per the workflow-monitor skill
    

    (For a non-interactive/scripted run where you just want the final result, add --wait instead — it blocks and returns the JSON.)

    After it completes, explain: AI qualification scores each row against custom yes/no criteria — ICP fit, funding stage, recent signals, anything. Widening the search first and then qualifying typically yields 50%+ more results than relying on narrow keywords alone. They can run /qualify-leads anytime to use it on any dataset.

Recipe 1 — Find CFOs at LA entertainment companies

Goal: Build an audience of CFOs at LA entertainment companies and download it locally.

landbase-cli search "find 5 CFOs at LA entertainment companies" --download=cfos-la-entertainment.jsonl

Go deeper (offer as next steps)

If the search fails

Tell the user, retry once, and if it still fails surface the error and suggest landbase-cli runs latest --session=<id-from-stderr> to recover.

What’s Next

Other available skills for working with landbase-cli:

Skill frontmatter

when_to_use: when getting started with Landbase, when asked for a demo, or when asked what landbase-cli can do version: 1.0.0

Work with this as data

Every skill here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for agent skills

4 MCP tools reach this
  • find_skillsBrowse and filter every skill in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This skill
curl "https://apis.io/api/v1/skills/landbase-quickstart"
All agent skills
curl "https://apis.io/api/v1/skills?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.