Skip to content
OpenSmartRoute
Skillv1.0.0

analysis-guess-author-role

Market listener analysis.guess_author_role weak role guesser

by ponybunny-ai(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from ponybunny-ai/ponybunny (skills/analysis-guess-author-role/SKILL.md). Install upstream with npx skills add ponybunny-ai/ponybunny --skill analysis-guess-author-role. Copyright stays with the author.

Skill — analysis.guess_author_role

Intent

Guess the author role from text with low confidence (weak signal only).

Inputs

role_request:
  raw_text: string

Outputs

role_result:
  role_guess: enum [founder, employee, developer, ops, student, hobbyist, unknown]
  confidence: number

Tools

  • llm.classify

Policy

  • Return ONLY valid JSON.
  • Confidence must be <= 0.5.
  • If uncertain, return unknown with confidence 0.1.

Failure Modes

  • Invalid JSON: caller falls back to unknown/0.1.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/ponybunny-ai-ponybunny-analysis-guess-author-role/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

ponybunny-ai-ponybunny-analysis-guess-author-role.ocm.jsonjson
{
  "ocm": "1",
  "id": "ponybunny-ai-ponybunny-analysis-guess-author-role",
  "kind": "skill",
  "name": "analysis-guess-author-role",
  "description": "Market listener analysis.guess_author_role weak role guesser",
  "publisher": "ponybunny-ai",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "market-listener",
      "role-inference",
      "classification",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Market listener analysis.guess_author_role weak role guesser"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/ponybunny-ai/ponybunny",
      "path": "skills/analysis-guess-author-role/SKILL.md",
      "ref": "0c5f34340aab765b88d8f31d28f6c519da028e89",
      "url": "https://github.com/ponybunny-ai/ponybunny/blob/0c5f34340aab765b88d8f31d28f6c519da028e89/skills/analysis-guess-author-role/SKILL.md",
      "key": "ponybunny-ai/ponybunny/skills/analysis-guess-author-role/SKILL.md"
    }
  },
  "instructions": "# Skill — analysis.guess_author_role\n\n## Intent\nGuess the author role from text with low confidence (weak signal only).\n\n## Inputs\n\n```yaml\nrole_request:\n  raw_text: string\n```\n\n## Outputs\n\n```yaml\nrole_result:\n  role_guess: enum [founder, employee, developer, ops, student, hobbyist, unknown]\n  confidence: number\n```\n\n## Tools\n- llm.classify\n\n## Policy\n- Return ONLY valid JSON.\n- Confidence must be <= 0.5.\n- If uncertain, return unknown with confidence 0.1.\n\n## Failure Modes\n- Invalid JSON: caller falls back to unknown/0.1.",
  "cost": {
    "context_tokens": 132
  }
}

Fetch it by URL: GET /api/v1/registry/ponybunny-ai-ponybunny-analysis-guess-author-role/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.