Skip to content
Skillv1.0.0

nao_chatbot_llm

chatbot_llm Agent Notes

by ieverythng(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from ieverythng/nao_chatbot_llm (AGENTS.md). Install upstream with npx skills add ieverythng/nao_chatbot_llm. Copyright stays with the author.

chatbot_llm Agent Notes

  • Keep this package as user-facing dialogue and route owner.
  • Planner handoff is optional and must remain deterministic (structured payloads, no hidden side effects).
  • Publish structured turn trace events for observability instead of relying on rosout parsing.
  • Preserve social-turn dialogue routing unless explicit action intent is present.
  • Do not embed plan objects in user_intent payloads; planner_llm owns plan generation.
  • Keep planner handoff contracts free of legacy seams (goal_token, planner ack_mode, planner ack_text, world_model_* payloads).
  • Build planner grounded_context with Hybrid Minimal T0 only (knowledge_snapshot, scene_summary, state_t0).

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/ieverythng-nao-chatbot-llm-nao-chatbot-llm/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.

ieverythng-nao-chatbot-llm-nao-chatbot-llm.ocm.jsonjson
{
  "ocm": "1",
  "id": "ieverythng-nao-chatbot-llm-nao-chatbot-llm",
  "kind": "skill",
  "name": "nao_chatbot_llm",
  "description": "chatbot_llm Agent Notes",
  "publisher": "ieverythng",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "chatbot_llm Agent Notes"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/ieverythng/nao_chatbot_llm",
      "path": "AGENTS.md",
      "ref": "c2409bc613cf05a478851b09cb4a6dda616d1818",
      "url": "https://github.com/ieverythng/nao_chatbot_llm/blob/c2409bc613cf05a478851b09cb4a6dda616d1818/AGENTS.md",
      "key": "ieverythng/nao_chatbot_llm/AGENTS.md"
    }
  },
  "instructions": "# chatbot_llm Agent Notes\n\n- Keep this package as user-facing dialogue and route owner.\n- Planner handoff is optional and must remain deterministic (structured payloads, no hidden side effects).\n- Publish structured turn trace events for observability instead of relying on rosout parsing.\n- Preserve social-turn dialogue routing unless explicit action intent is present.\n- Do not embed plan objects in user_intent payloads; planner_llm owns plan generation.\n- Keep planner handoff contracts free of legacy seams (`goal_token`, planner `ack_mode`, planner `ack_text`, `world_model_*` payloads).\n- Bui",
  "cost": {
    "context_tokens": 177
  }
}

Fetch it by URL: GET /api/v1/registry/ieverythng-nao-chatbot-llm-nao-chatbot-llm/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.