linkai-agent
CommunityCall LinkAI apps with one script.
Authorzhayujie
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill enables calling LinkAI applications and workflows from a single shell script, simplifying cross-application orchestration and reducing manual setup.
Core Features & Use Cases
- Dynamic App Loading: Automatically reads the apps/workflows from config.json at skill load, ensuring descriptions stay up-to-date.
- Unified Invocation: Call any configured app/workflow with a consistent bash interface.
- Model per Request: Override the model per request to suit task complexity and cost.
- Knowledge Bases & Plugins: Leverage attached knowledge bases and plugins for richer responses.
- Use Case: A developer wires a product FAQs bot by listing apps/workflows in config.json and calls them with the script to answer user questions.
Quick Start
- Set up your API key: env_config(action="set", key="LINKAI_API_KEY", value="your-key")
- Copy the config template: cp config.json.template config.json
- Call a configured app: bash "<base_dir>/scripts/call.sh" "<app_code>" "<question>" "<model>" "false" "120"
Dependency Matrix
Required Modules
curl
Components
scripts
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: linkai-agent Download link: https://github.com/zhayujie/chatgpt-on-wechat/archive/main.zip#linkai-agent Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.