← Back to Skills Marketplace
ask-ai1.2
by
danielwang20150225-source
· GitHub ↗
· v1.2.4
· MIT-0
119
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install ask-ai-1-2
Description
遇难题时自动调用豆包/千问/Kimi/DeepSeek AI,按优先级轮询获取具体解决方案并执行方案。
README (SKILL.md)
执行检查清单
门控校验(首次触发必须通过)
- 问题已在脑中组织完成(不得为空或仅含标题)
- 使用了「提问话术模板」格式化
- 【前置】组织问题在打开浏览器之前完成
- 问题不完整时进入补全模式(追问用户)
主流程执行
- 步骤1:打开浏览器(带
--browser-profile openclaw) - 步骤2:snapshot确认页面加载 + 检查登录状态
- 步骤3:直接输入已组织的问题并发送
- 步骤4:轮询等待响应(最多7次,每次间隔10秒)
- 步骤5:获取回答,关闭标签页
- 步骤6:评估回答有效性 → 决定执行/追问/切换
追问流程(不进入门控)
- 模型回答后消化理解
- 判断是否需要追问(最多2次)
- 需要追问则直接继续,不返回门控
注意事项
- 禁止白嫖:使用用户的AI账号对话,已登录状态不需重新登录
- 有记录:把模型回复和执行过程保存到memory
- 闭环:拿到方案后必须执行,不能只给答案
- 复盘:每次执行完都要总结改进点
- 强制约束:所有输出标识必须输出,未输出禁止进入下一步
- 切换模型:当前模型失败后自动切换下一个,不询问用户
- 告知用户:所有模型都失败或遇到验证码时,明确告知状态
- Cookie持久化:使用
--browser-profile openclaw(持久化托管浏览器),这是最高优先级规则 - 轮询间隔:统一使用10秒/次,不可在执行中更改
- 前置组织问题:触发后立即在脑中组织问题,浏览器打开后直接提交,禁止在浏览器内等待或组织问题
- 执行门控:首次触发必须通过门控;追问场景不进入门控,直接消化模型回答判断是否追问
- 模型泛化:除明确指定模型外,所有描述中的"AI"均指"被选中的AI模型"
Usage Guidance
This skill is coherent with its stated goal (automatically asking other AI services via a persistent browser), but it has important privacy and autonomy trade-offs: it uses your persistent browser profile (so it will use cookies and logged-in sessions), will automatically open sites and submit questions on many triggers without asking the user each time, and will save model replies and execution history into agent memory. Before installing: consider whether you want an agent that can autonomously use your logged-in AI accounts and persist the conversations. Recommended mitigations: 1) disable autonomous invocation or require explicit confirmation before each external query; 2) avoid using sensitive accounts in the OpenClaw browser-profile or log out of AI services you don't want the agent to use; 3) clarify or limit memory retention (don't persist secrets); 4) test in a restricted agent or sandbox first; 5) review or remove the automatic multi-model switching behavior if you prefer explicit user consent before trying alternate services.
Capability Analysis
Type: OpenClaw Skill
Name: ask-ai-1-2
Version: 1.2.4
The skill 'ask-ai-1-2' is designed to automate the process of consulting external AI platforms (Doubao, Qianwen, Kimi, and DeepSeek) when the agent is unable to solve a task. It uses the 'openclaw browser' command with a persistent profile ('--browser-profile openclaw') to maintain login sessions on these sites. While the instructions in SKILL.md mandate immediate execution without user confirmation and define broad trigger conditions, these behaviors are strictly aligned with the stated purpose of providing automated assistance. The data flow is restricted to sending task-related context to legitimate AI service URLs, and there is no evidence of intentional data exfiltration, credential theft, or malicious command execution.
Capability Assessment
Purpose & Capability
The skill claims to auto-query external AI services (豆包/千问/Kimi/DeepSeek). The SKILL.md only uses the platform's browser CLI (openclaw browser) with a persistent browser profile to access those sites and submit questions, which is coherent and expected for this purpose.
Instruction Scope
The runtime instructions direct the agent to open a persistent browser profile, use the user's logged-in sessions (cookies), auto-submit user-composed questions, poll for replies, close tabs, and save model replies and the execution process to memory. The skill also mandates immediate execution on several triggers without asking for user confirmation. These behaviors involve sending user data to third-party sites and persisting both cookies and responses; the SKILL.md does not limit or ask for explicit user consent per invocation nor describe what 'memory' retention policy applies.
Install Mechanism
This is an instruction-only skill with no install spec and no external downloads, so nothing is written to disk by the skill itself beyond using the platform's existing browser-profile mechanism. Low install risk.
Credentials
The skill requests no environment variables or external credentials, which is consistent. However, it requires and enforces use of a persistent browser profile (--browser-profile openclaw) and instructs to persist cookies and save replies to the agent's memory. These are effectively high-privilege capabilities (access to user sessions and long-term storage) even though they are not represented as explicit env/credential requirements.
Persistence & Privilege
always:false, but autonomous invocation is allowed (platform default). Combined with mandatory use of a persistent browser profile and automatic execution on many triggers (without per-invocation confirmation), the skill can access and act using the user's logged-in AI accounts and store exchanged content in memory. That increases blast radius and privacy risk; the skill does not provide configurable opt-outs (e.g., require explicit user confirmation before each external query, or disable memory persistence).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ask-ai-1-2 - After installation, invoke the skill by name or use
/ask-ai-1-2 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.4
Summary: Introduces严格的执行门控与补全机制,显著加强问题组织与流程校验。
- 新增“执行门控”环节,首次触发ask-ai必须通过,确保问题内容完整合规,严格禁止带空问题执行
- 增加“补全模式”:如问题不完整,自动追问用户补全,连续2轮无效将终止流程
- 引入“快速通道”,响应用户“快点”等需求时可适当放宽补全标准
- 明确追问流程:追问场景不再进入门控,直接基于模型回复判断是否需要追问
- 全文统一“模型”概念(代替原“AI”表述),并补充模型相关流程规范
- 丰富执行检查清单和失败处理,进一步细化流程与用户交互约束
v1.2.3
Version 1.2.3
- 简化 Skill 名称和描述,突出核心价值和使用场景
- 增加“前置组织问题”流程:要求在打开浏览器前,先组织和格式化好问题内容
- 优化执行步骤:问题输入流程要求前置完成,浏览器打开至提交问题时间不超过10秒
- 精简文档结构,保留关键规则、流程和输出标识,删除部分冗余内容
- 明确注意事项,强化“前置组织问题”与流程规范
v1.2.2
ask-ai-1-2 v1.2.2
- 增加了Skill总体介绍、适用场景与设计思路说明,内容更易理解
- 明确Skill触发条件和使用价值,便于用户快速上手
- 重新梳理6步执行流程,拆解流程步骤和潜在失败原因
- 新增联系方式,便于用户反馈问题
- 未改动底层执行逻辑及核心规则,主要为文档优化和结构调整
v1.2.1
添加README,说明skill功能、设计思路、已知问题和联系方式
v1.2.0
v1.2: 修复browser cookie持久化问题,使用--browser-profile openclaw替代user,更新触发条件为严格约束版(9条),增加登录状态检查步骤
Metadata
Frequently Asked Questions
What is ask-ai1.2?
遇难题时自动调用豆包/千问/Kimi/DeepSeek AI,按优先级轮询获取具体解决方案并执行方案。 It is an AI Agent Skill for Claude Code / OpenClaw, with 119 downloads so far.
How do I install ask-ai1.2?
Run "/install ask-ai-1-2" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ask-ai1.2 free?
Yes, ask-ai1.2 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does ask-ai1.2 support?
ask-ai1.2 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ask-ai1.2?
It is built and maintained by danielwang20150225-source (@danielwang20150225-source); the current version is v1.2.4.
More Skills