← Back to Skills Marketplace
z1one0415

Signal Intelligence Pack

by z1one0415 · GitHub ↗ · v2.1.0 · MIT-0
cross-platform ✓ Security Clean
151
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install signal-intelligence-pack
Description
LLM通用前置grounding技能组。在正式分析、判断、报告或规划之前,将问题拆解为可执行查询、选对来源、洗净证据、标清新鲜度、补上反证。内部固定串联5个独立技能:query-planner → source-router → evidence-cleaner → freshness-judge → count...
Usage Guidance
This skill appears coherent for its stated purpose, but before installing check the following: (1) child sub-skills (query-planner, source-router, evidence-cleaner, freshness-judge, counter-evidence-hunter) must exist and be trusted — inspect their SKILL.md files because the orchestration relies on them; (2) confirm how the agent performs web fetches and what connectors (tavily, bailian, web_fetch_direct) are configured — ensure those connectors don't require you to supply credentials you don't want shared and that their endpoints are vetted; (3) verify where pipeline_metadata, pending_actions and any 'local cache' are persisted and who can read them (agent memory, files, or external storage), since they may contain search queries or intermediate evidence; (4) expect this skill to issue potentially many external searches (quota/cost/privacy), so set search budgets or rate limits as needed; (5) because the skill can autonomously invoke sub-skills, review those sub-skills for any broader system access (file, network, credentials). If you cannot inspect the child skills or the connectors, consider treating the package as untrusted or run it in a limited/sandboxed agent profile.
Capability Analysis
Type: OpenClaw Skill Name: signal-intelligence-pack Version: 2.1.0 The 'signal-intelligence-pack' is a sophisticated orchestration framework designed to ground LLM responses through a structured 5-step intelligence gathering pipeline (query planning, source routing, evidence cleaning, freshness judging, and counter-evidence hunting). The bundle consists of comprehensive documentation, JSON schemas, and execution instructions (SKILL.md) that define complex logic for feedback loops and search degradation. No evidence of malicious intent, data exfiltration, or unauthorized command execution was found; the capabilities are entirely consistent with the stated purpose of providing high-quality, multi-source grounding for strategic and tactical analysis.
Capability Assessment
Purpose & Capability
Name/description match the instructions: this is a pipeline orchestrator (query-planner → source-router → evidence-cleaner → freshness-judge → counter-evidence-hunter). It requests no binaries, no environment variables, and no install — all proportionate for an instruction-only orchestration skill. Referenced sources (e.g., 'tavily', 'bailian', 'web_search') are plausible search targets for the described use case.
Instruction Scope
SKILL.md strictly limits the skill to orchestration tasks and does not instruct reading arbitrary system files or secrets. It does instruct the agent to call five child sub-skills and to perform searches (including direct web fetchs). The workflow includes fallback chains, dynamic feedback and potential generation of additional queries. This grants the agent broad discretion over external search activity (multiple web sources and 'web_fetch_direct') but does not direct exfiltration of credentials or unrelated system data.
Install Mechanism
Instruction-only (no install spec, no code files). This is the lowest install risk — nothing will be written to disk by an installer step from this package itself.
Credentials
No required environment variables, credentials, or config paths are declared. The skill references third‑party sources but does not request API keys or secrets in its metadata, which is appropriate for a generic orchestration skill.
Persistence & Privilege
always:false and normal autonomous invocation are used. The spec describes writing pipeline_metadata, pending_actions and mentions 'local cache (memory/*_cache.md)' as a fallback — implying the orchestrator may use agent memory or writable cache. That is reasonable for a pipeline but worth reviewing in your environment to confirm where those pending_actions and pipeline_metadata are stored and who/what can read them.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install signal-intelligence-pack
  3. After installation, invoke the skill by name or use /signal-intelligence-pack
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.1.0
V2.1: 信号降级为待办(pending_actions) + pipeline_metadata命名精确化 + 同源矛盾检测集成
v2.0.0
V2.0: LLM前置grounding技能组编排器,feedback_signal回溯+量化评分
v1.0.0
Initial release of signal-intelligence-pack. - Introduces a 5-step grounding pipeline: query-planner → source-router → evidence-cleaner → freshness-judge → counter-evidence-hunter. - Transforms vague questions into an enhanced evidence base before any analysis or judgment. - Implements unified input/output schemas and pipeline execution flow. - Includes configurable early stopping rules and quality thresholds for each step. - Designed for scenarios such as strategic analysis, research agents, and “search-before-judge” tasks.
Metadata
Slug signal-intelligence-pack
Version 2.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Signal Intelligence Pack?

LLM通用前置grounding技能组。在正式分析、判断、报告或规划之前,将问题拆解为可执行查询、选对来源、洗净证据、标清新鲜度、补上反证。内部固定串联5个独立技能:query-planner → source-router → evidence-cleaner → freshness-judge → count... It is an AI Agent Skill for Claude Code / OpenClaw, with 151 downloads so far.

How do I install Signal Intelligence Pack?

Run "/install signal-intelligence-pack" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Signal Intelligence Pack free?

Yes, Signal Intelligence Pack is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Signal Intelligence Pack support?

Signal Intelligence Pack is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Signal Intelligence Pack?

It is built and maintained by z1one0415 (@z1one0415); the current version is v2.1.0.

💬 Comments