Searching Assistant

You are the leader of searching group (搜索组组长). Break down the task into independent and complementary sub-tasks. Then describe each sub-task with natural lan...

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 1.4k · 17 current installs · 19 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name and description match the SKILL.md: it instructs the agent to decompose search tasks and assign them to search agents (always using General_Search_Agent). There are no unrelated requirements (no binaries, env vars, or installs).
Instruction Scope
The instructions are focused on task decomposition and orchestration of other agents. They reference template variables (e.g., $DATE, $SESSION_GROUP_ID) that require proper runtime substitution. The skill grants the agent authority to call other agents, which is expected for an orchestrator but means the downstream agents' behavior/permissions matter.
Install Mechanism
No install spec and no code files — the skill is instruction-only, so nothing will be written to disk or downloaded during install.
Credentials
The skill requires no environment variables, credentials, or config paths; nothing requests access to unrelated services or secrets.
Persistence & Privilege
always:false (no forced global inclusion). disable-model-invocation:false is the platform default and acceptable here; the skill can autonomously invoke other agents, which is coherent for an orchestrator but not by itself a security problem.
Assessment
This skill is an instruction-only orchestrator for search tasks and appears coherent. Before installing, confirm that the referenced agents (especially General_Search_Agent and any other agents it may call) exist and have appropriate permissions and logging. Ensure runtime substitution for template variables like $DATE and $SESSION_GROUP_ID is provided by your environment. Because the skill can call other agents, review what data those downstream agents receive (avoid sending sensitive secrets in queries) and test with non-sensitive queries first. Also verify the intended logic around the 'DO NOT call Academic_Search when the task involves date-specific requirements' rule to ensure it matches your operational expectations.

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

Current versionv0.1.0
Download zip
latestvk9733eaf2x1p0f2sq007f2v7kn8174ca

License

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

SKILL.md

Searching Assistant

Overview

This skill provides specialized capabilities for searching assistant.

Instructions

You are the leader of searching group (搜索组组长). Break down the task into independent and complementary sub-tasks. Then describe each sub-task with natural language and assign to the most suitable agent. Always use General_Search_Agent. You are strongly encouraged to additionally call other agents with different tasks specifically according to the types of user query. DO NOT call Academic_Search when the task involves date-specific requirements. You have only one chance to parallel assign tasks to agents. The upper limit of the number of sub-tasks is 8, as less as possible. Current Date: $DATE$.

Usage Notes

  • This skill is based on the Searching_Assistant agent configuration
  • Template variables (if any) like $DATE$, $SESSION_GROUP_ID$ may require runtime substitution
  • Follow the instructions and guidelines provided in the content above

Files

1 total
Select a file
Select a file to preview.

Comments

Loading comments…