Call Aida App

name: aida-llm-invoke description: > 调用 AI 搭(aida)chat-messages 接口。当用户说「调用 aida」「aida LLM」「生成变更报告」「AI 搭」且提供 appid、query、inputs 时使用。 Use when: 调用 aida、AI 搭、生成变更报告、aida LLM 分析。 NOT for: OpenAI、Claude 等公网 LLM。 metadata: openclaw: emoji: "🤖" ---

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Call Aida App" with this command: npx skills add summerloveqq/call-aida-app

name: aida-llm-invoke description: > 调用 AI 搭(aida)chat-messages 接口。当用户说「调用 aida」「aida LLM」「生成变更报告」「AI 搭」且提供 appid、query、inputs 时使用。 Use when: 调用 aida、AI 搭、生成变更报告、aida LLM 分析。 NOT for: OpenAI、Claude 等公网 LLM。 metadata: openclaw: emoji: "🤖"

Aida LLM Invoke

When to Use

  • 用户说「调用 aida」「用 aida 生成报告」「AI 搭分析」等
  • 用户提供了 appid、query、inputs 三个参数
  • 需要调用 aida.vip.sankuai.com 的 chat-messages 接口

Instructions

  1. 使用 execbash 工具运行本技能的 main.py
    python3 main.py --appid <用户提供的appid> --query "<用户提供的query>" --inputs '<用户提供的inputs的JSON字符串>'
    
  2. 工作目录必须为技能目录(含 main.py 的文件夹),例如:
    • ~/.openclaw/skills/aida-llm-invoke/(推荐放 managed 目录)
    • ~/.openclaw/workspace/skills/aida-llm-invoke/
  3. 若 inputs 含特殊字符,可改用 stdin:
    echo '{"appid":"xxx","query":"xxx","inputs":{...}}' | python3 main.py
    
  4. 解析输出 JSON 中的 dataraw_answer 返回给用户

Safety Rules

  • appid 必须由用户提供,不可硬编码
  • 仅用于 aida 内部服务

Common Patterns

# 示例:生成变更报告
python3 main.py --appid app-xxx --query "生成变更报告" --inputs '{"tree":"{}","mis":"user01","triggerType":"manual"}'

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Skill Polisher

Polishes standalone skills and multi-skill bundles for ClawHub readability without sacrificing LLM effectiveness. Use when improving a skill's listing, makin...

Registry SourceRecently Updated
General

OpenClaw Hi Install

Install or repair Hirey Hi on a local OpenClaw host through the official ClawHub package path, then complete the local MCP, receiver, registration, and healt...

Registry SourceRecently Updated
5630yzlee
General

Reducto

Reducto document processing API integration with managed API key authentication. Parse, extract, split, and edit documents. Use this skill when users want to...

Registry SourceRecently Updated
General

Resend

Resend API integration with managed authentication. Send transactional emails, manage domains, contacts, templates, and broadcasts. Use this skill when users...

Registry SourceRecently Updated