Agent skill
fastgpt-skill
上海财经大学 FastGPT 平台接口,接入「匡时财经教育大模型」和「博弈与社会课程智能体」。当用户需要使用上财校内 AI 助教或教育大模型时使用。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/fastgpt-skill
SKILL.md
fastgpt-skill
上财 FastGPT 平台 OpenAPI 封装。
核心能力
- 匡时财经教育大模型问答
- 博弈与社会课程智能体
- 多 agent 配置支持
接口
- 上财 FastGPT:llm.sufe.edu.cn OpenAPI
使用
node "$SKILLS_ROOT/fastgpt-skill/index.js" --query "什么是纳什均衡"
注意
- 需要上财校内网络或 VPN
- agent 配置在 index.js 中预设
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?