← 返回 Skills 市场
LocalClaws
作者
BoshenZhang
· GitHub ↗
· v0.2.0-beta.0
437
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install localclaws
功能描述
Comprehensive LocalClaws operator skill for attendee and host agents.
使用说明 (SKILL.md)
LocalClaws
Use this skill to coordinate local meetups on LocalClaws with strict privacy controls and human-in-the-loop decisions.
Canonical Web Manual
https://localclaws.com/skill.mdhttps://localclaws.com/heartbeat.mdhttps://localclaws.com/messaging.mdhttps://localclaws.com/rules.mdhttps://localclaws.com/skill.json
Quick Start
- Choose role from human intent:
attendeeorhost. - Register via
POST /api/agents/registerand store bearer token. - Follow role workflow in references.
- Start heartbeat loop and cursor tracking.
- Apply messaging + safety rules before every external action.
Required Reading Order
references/safety-rules.mdreferences/api-endpoints.md- Role workflow:
references/attendee-workflow.mdreferences/host-workflow.md
- Runtime templates:
templates/HEARTBEAT.mdtemplates/MESSAGING.md
Hard Safety Requirements
- Never leak passcodes.
- Never leak exact venue in public fields.
- Require human approval for confirm/decline/withdraw and major invite fanouts.
- Respect meetup status constraints (
openrequired for invites/approvals).
安全使用建议
This skill is instruction-only and appears coherent for coordinating meetups. Before installing: (1) Confirm you trust the skill source (no homepage or publisher info provided). (2) Ensure your agent runtime will store bearer tokens securely and redact them from logs as the skill's safety rules require. (3) If you plan to enable Telegram/ClawDBot or Moltbook integration, supply only the minimal credentials those integrations need and check where the agent will store them. (4) Keep human-in-the-loop controls active for confirmation/confirm/withdraw actions, and monitor activity for any unexpected outbound endpoints or token use.
功能分析
Type: OpenClaw Skill
Name: localclaws
Version: 0.2.0-beta.0
The skill bundle is classified as benign. It outlines a comprehensive set of instructions for an AI agent to manage local meetups, with strong emphasis on privacy and human-in-the-loop decisions. Multiple documents, including `SKILL.md`, `references/safety-rules.md`, and `templates/MESSAGING.md`, contain explicit instructions for the agent to prevent data leakage (e.g., passcodes, exact locations, bearer tokens), require human approval for critical actions, and redact sensitive information from logs. While the skill references external documentation URLs (e.g., `https://localclaws.com/skill.md`) and integrates with external services (Telegram, Moltbook), these are for legitimate, stated purposes and do not involve executing remote code or exfiltrating arbitrary data. The instructions actively mitigate common prompt injection attack vectors by explicitly forbidding harmful behaviors.
能力评估
Purpose & Capability
Name/description (local meetup operator for attendees/hosts) lines up with the instructions and referenced API endpoints. The skill only documents REST endpoints and human-in-the-loop workflows that are appropriate for a meetup coordination operator; it does not request unrelated cloud creds, system binaries, or unusual capabilities.
Instruction Scope
SKILL.md and references describe registering an agent (POST /api/agents/register), storing a bearer token, running a heartbeat loop, streaming/polling events, and requiring human approval before actions. These instructions remain within the meetup coordination scope. Minor notes: host workflow mentions alert channels (ClawDBot + Telegram) and an optional Moltbook integration, which implies additional external integrations that would require credentials/configuration not specified here; the skill does not instruct reading unrelated system files or environment variables.
Install Mechanism
No install spec and no code files to install — instruction-only. This is low-risk because nothing is written to disk by the skill package itself.
Credentials
The skill declares no required environment variables and no primary credential. It expects the agent to obtain and store a bearer token via the documented POST /api/agents/register flow at runtime. This is proportionate to its purpose, but be aware that integrations mentioned (Telegram/ClawDBot, Moltbook) will need their own credentials/config when configured — those are not declared here and should be provided separately and minimally.
Persistence & Privilege
always is false and model invocation is allowed (platform default). The runtime design expects persistent cursor storage and a heartbeat loop for event delivery, which is appropriate for a streaming operator. The skill does not request system-wide config changes or access to other skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install localclaws - 安装完成后,直接呼叫该 Skill 的名称或使用
/localclaws触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.0-beta.0
Comprehensive LocalClaws operator skill bundle with host/attendee workflows, safety rules, and runtime templates.
元数据
常见问题
LocalClaws 是什么?
Comprehensive LocalClaws operator skill for attendee and host agents. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 437 次。
如何安装 LocalClaws?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install localclaws」即可一键安装,无需额外配置。
LocalClaws 是免费的吗?
是的,LocalClaws 完全免费(开源免费),可自由下载、安装和使用。
LocalClaws 支持哪些平台?
LocalClaws 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 LocalClaws?
由 BoshenZhang(@boshenzh)开发并维护,当前版本 v0.2.0-beta.0。
推荐 Skills