Agent skill
ask-ai
Use external AI assistants (ChatGPT, Claude, Gemini, DeepSeek) when agent encounters difficult problems. Trigger when: (1) User explicitly asks to consult AI, (2) Agent cannot solve the problem independently, (3) Knowledge gaps or needing deeper explanations, (4) Complex problems requiring multi-round reasoning. Provides two modes: Ask Mode (ask user first) and Trust Mode (auto ask).
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/ask-ai
SKILL.md
ask-ai
Use external AI assistants when you need help solving complex problems.
When to Use
- User explicitly asks: "Ask AI", "Ask ChatGPT", "Consult AI"
- You encounter knowledge gaps or cannot solve independently
- Need deeper explanations or multi-round reasoning
- Complex problems requiring external expertise
Two Modes
| Mode | Behavior |
|---|---|
| Ask Mode (default) | Ask user first: "Need help from GPT?" |
| Trust Mode | Automatically ask AI without asking |
Switch modes: Say "Trust Mode" → auto mode | "Ask Mode" → default
Supported AI
- ChatGPT: https://chatgpt.com
- Claude: https://claude.ai
- Gemini: https://gemini.google.com
- DeepSeek: https://chat.deepseek.com
Workflow
Ask Mode:
- Encounter difficult problem → Ask user: "This is tricky. Want me to ask GPT?"
- User agrees → Open AI assistant
- Get answer → Report to user
Trust Mode:
- Encounter difficult problem → Automatically open AI
- Get answer → Solve directly
Communication
- Asking: "Let me ask GPT for help. Is that okay?"
- Auto: "I'll ask GPT for help. One moment."
- After answer: "Got the answer from [AI]: [summary]. Want details?"
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?