Multi-Angle-Thinking
Analysis
This is a disclosed deep-analysis skill that uses web search and optional prompt-reminder hooks, with no artifact evidence of credential theft, exfiltration, or destructive behavior.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
استخدم web_search للاستعلامات المتعددة - استخدم web_fetch للمصادر الأولية المهمة - 3 إلى 6 عمليات بحث حسب تعقيد الموضوع
The skill directs the agent to use external web search/fetch tools as part of its analysis pipeline. This is purpose-aligned and bounded, but users should understand that their topic may be sent to web tools.
event: 'UserPromptSubmit',
handler: (context) => {
const prompt = (context.prompt || '').toLowerCase();
...
if (shouldActivate) {
return { inject: REMINDER };
}The optional hook monitors submitted prompts for trigger phrases and injects additional instructions into the agent context. This is disclosed and aligned with the skill’s purpose, but it can steer responses when enabled.
Source: unknown Homepage: none No install spec — this is an instruction-only skill. Code file presence: scripts/activator.sh ... hooks/openclaw/handler.js
The registry does not provide an upstream source or homepage, while the artifact includes optional executable/hook code. The code is small and disclosed, so this is a provenance note rather than a security concern.
