ask-ai

Use external AI assistants (ChatGPT, Claude, Gemini, DeepSeek) when agent encounters difficult problems. Trigger when: (1) User explicitly asks to consult AI...

MIT-0 · Free to use, modify, and redistribute. No attribution required.
1 · 215 · 3 current installs · 3 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
The name and description say the agent will consult external AI assistants; the SKILL.md only instructs the agent to 'open' those assistants and relay answers. There are no unrelated environment or install requirements, so the requested capabilities align with the stated purpose.
!
Instruction Scope
Instructions repeatedly direct the agent to 'open' external AI assistants and relay user problems but provide no constraints on what to send (no sanitization, redaction, or consent flow beyond Ask Mode). Trust Mode allows automatic queries without user confirmation. The behavior could cause sensitive user data to be sent to third-party websites; 'open' is ambiguous about how the agent transmits content (web UI, automated API, clipboard), increasing risk.
Install Mechanism
Instruction-only skill with no install spec or code files; nothing is written to disk and there is no package installation risk.
Credentials
The skill declares no required environment variables, credentials, or config paths. There are no obvious requests for unrelated secrets or system access.
!
Persistence & Privilege
always:false and user-invocable:true (normal). However, the Trust Mode enables autonomous queries to external services, which combined with the vague instructions creates a data-exfiltration vector if the agent is allowed to act without user supervision.
Scan Findings in Context
[no-findings] expected: Regex scanner found nothing; this is expected because the skill is instruction-only (no code files) so there was nothing to analyze.
What to consider before installing
This skill will send your prompts and problem details to external websites (ChatGPT/Claude/Gemini/DeepSeek). By default it asks first, but Trust Mode will do this automatically. Before installing, consider: (1) Do you consent to sending potentially sensitive data to third parties? (2) Are the listed URLs official and trustworthy (DeepSeek is unfamiliar)? (3) Prefer Ask Mode and disable Trust Mode to preserve consent. If you must use Trust Mode, add explicit redaction rules (avoid sending secrets, PII, or files) or require API-based integrations that you control. If you cannot verify the endpoints or enforce data handling rules, do not enable this skill.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.1.0
Download zip
latestvk976c16mpdnrwgcj6xkndxx8ts82d12zopenclaw ai-agent chatgpt automationvk97b3x25k13cq8p036a1xkh8j182d94n

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

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

ModeBehavior
Ask Mode (default)Ask user first: "Need help from GPT?"
Trust ModeAutomatically ask AI without asking

Switch modes: Say "Trust Mode" → auto mode | "Ask Mode" → default

Supported AI

Workflow

Ask Mode:

  1. Encounter difficult problem → Ask user: "This is tricky. Want me to ask GPT?"
  2. User agrees → Open AI assistant
  3. Get answer → Report to user

Trust Mode:

  1. Encounter difficult problem → Automatically open AI
  2. 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?"

Files

2 total
Select a file
Select a file to preview.

Comments

Loading comments…