← 返回 Skills 市场
snazar-faberlens

Signal Hardened

作者 Faberlens · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
32
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install signal-hardened
功能描述
Bridge THIS Claude Code session to Telegram, Discord, Feishu/Lark, or QQ so the user can chat with Claude from their phone. Use for: setting up, starting, st...
安全使用建议
This skill appears to do what it claims: guide setup and manage a bridge by collecting platform tokens and writing a local config at ~/.claude-to-im/config.env. Before installing or using it: 1) Inspect SKILL_DIR/references/setup-guides.md and config.env.example so you know exactly which tokens/IDs will be stored. 2) Ensure the skill (or your agent) will set restrictive permissions on the config file (chmod 600) and avoid storing secrets in additional files. 3) Confirm what exact commands it will run to start/stop the daemon (so you can audit them). 4) Never paste your tokens into unknown external endpoints — validate tokens only against official platform APIs or via local validation routines. 5) If you do not trust the author or environment, run the setup in an isolated machine or container. If you want, ask the skill author to add explicit secure-write steps (atomic write + chmod 600) and a signed start/stop script so you can audit actions before they run.
功能分析
Type: OpenClaw Skill Name: signal-hardened Version: 1.0.0 The 'signal-hardened' skill is a bridge for connecting Claude Code to messaging platforms like Telegram and Discord. It demonstrates a high level of security awareness, incorporating explicit instructions in SKILL.md to mask credentials, enforce restrictive file permissions (chmod 600), and restrict token transmission to official API endpoints. The inclusion of a detailed SAFETY.md report further outlines the hardening process and guardrails implemented to prevent common agent-based vulnerabilities like credential exfiltration or scope creep.
能力标签
cryptorequires-sensitive-credentials
能力评估
Purpose & Capability
Name/description (bridge Claude to Telegram/Discord/Feishu/QQ) match the SKILL.md: it manages setup, start/stop/status/logs/reconfigure/doctor and reads/writes ~/ .claude-to-im configuration. No unrelated credentials, binaries, or behavior are requested.
Instruction Scope
SKILL.md explicitly instructs the agent to read setup guides, collect per-platform tokens interactively, check for and create ~/.claude-to-im/config.env, and manage a daemon. These actions are in-scope. However the instructions rely on Write/Edit tools to store secrets but do not explicitly require or describe secure file permissions (chmod 600) or present an explicit, non-ambiguous sequence of commands used to start/stop the daemon. Recommend adding explicit safe-write and permission steps and a clear, auditable start/stop command list.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest install risk. Nothing is downloaded or executed from external URLs by the skill itself.
Credentials
The skill does not declare required env vars, but it will collect platform tokens/IDs interactively and persist them to ~/.claude-to-im/config.env which is proportional to the bridge purpose. This is expected, but storing secrets locally increases risk if not handled securely; SKILL.md should mandate file permissions and caution against sending tokens to non-official endpoints.
Persistence & Privilege
always:false (no forced global inclusion). Skill manages a background daemon for bridging, which justifies persistence in this context. It does not request modification of other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install signal-hardened
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /signal-hardened 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
claude-to-im-hardened v1.0.0 – Initial release of a signal-hardened bridge skill for Claude Code. - Enables bridging Claude to Telegram, Discord, Feishu/Lark, or QQ, with setup, start, stop, status, logs, reconfigure, and doctor subcommands. - Interactive setup wizard guides users channel-by-channel, with platform-specific credential prompts and help. - Auto-detects environment (Claude Code vs. Codex) for appropriate guidance or fallback instructions. - Provides robust config checking before daemon operations, starting an interactive setup if configuration is missing. - Validates credentials after setup and summarizes results to the user. - Includes detailed user intent parsing for Chinese and English phrases and subcommands.
元数据
Slug signal-hardened
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Signal Hardened 是什么?

Bridge THIS Claude Code session to Telegram, Discord, Feishu/Lark, or QQ so the user can chat with Claude from their phone. Use for: setting up, starting, st... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 32 次。

如何安装 Signal Hardened?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install signal-hardened」即可一键安装,无需额外配置。

Signal Hardened 是免费的吗?

是的,Signal Hardened 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Signal Hardened 支持哪些平台?

Signal Hardened 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Signal Hardened?

由 Faberlens(@snazar-faberlens)开发并维护,当前版本 v1.0.0。

💬 留言讨论