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

Youtube Podcast Generator

Extracts the original text of Youtube video and converts it into a multi-voice AI podcast using a local Node.js API and FFmpeg. It also can show you the text...

Registry SourceRecently Updated
General

ERPClaw

AI-native ERP system with self-extending OS. Full accounting, invoicing, inventory, purchasing, tax, billing, HR, payroll, advanced accounting (ASC 606/842,...

Registry SourceRecently Updated
General

Whisper AI Audio to Text Transcriber

Turn raw transcripts into structured summaries, meeting minutes, and action items.

Registry SourceRecently Updated
General

Task Planner

- **name**: Task Planner. Use when you need task planner capabilities. Triggers on: task planner.

Registry SourceRecently Updated