Agent Skill · Landbase

landbase-feedback

Send feedback or a bug report to the Landbase team via landbase-cli. Use when the user wants to report a problem, share feedback about Landbase, or flag that a landbase-cli command failed.

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

Skill body

Landbase Feedback

Send feedback or a bug report to the Landbase team using landbase-cli feedback.

Steps

  1. Get the feedback text. Use the argument if the user provided one. Otherwise ask what they’d like to report.

  2. If it’s a bug report, gather context. For failed commands:
    • --endpoint=<path> — the Landbase API endpoint involved
    • --error-details="<text>" or --error-from-file=<path>
  3. Offer to attach the conversation. Ask the user if they want to include the current conversation so the Landbase team has full context for debugging:

    Use AskUserQuestion:

    This sends to the Landbase team:

    • Your message: {feedback text}
    • {if gathered} Endpoint and error details

    Would you also like to attach this conversation? It helps the team reproduce the issue but includes everything said in this session.

    Options: “Send with conversation” / “Send without conversation” / “Cancel”

  4. Send it.

    Without transcript:

    landbase-cli feedback "<feedback text>"
    

    With transcript:

    landbase-cli feedback "<feedback text>" --transcript
    

    Bug report with context:

    landbase-cli feedback "<feedback text>" --endpoint=/v1/workflows/enrich-only/run --error-from-file=/tmp/err.txt --transcript
    
  5. Report the result. On success, tell the user it was sent. If cancelled, do nothing. If rate-limited (HTTP 429), offer to retry in a minute.

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-feedback"
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.