← 返回 Skills 市场
fulcra

Fulcra Agent Teams

作者 Fulcra.ai · GitHub ↗ · v0.0.1 · MIT-0
cross-platform ✓ 安全检测通过
38
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install fulcra-agent-teams
功能描述
Enable agents to collaborate using shared memory, team inboxes, and user artifacts via Fulcra's versioned file storage.
使用说明 (SKILL.md)

Fulcra Agent Teams

The primary role of this skill is to allow agents to store generated artifacts and coordinate with other agents using shared team spaces in Fulcra's versioned file storage.

1. Uploading User Artifacts

Agents can store generated assets or dashboards created for the user.

  • Namespace: agent/\x3Cagent-name>/artifact/ (e.g., agent/wazir/artifact/onboarding-dashboard.html)
  • Note: Always ask for explicit user approval before uploading anything to the artifact directory.

2. Team Coordination & Shared Memory

Agents can collaborate and share memory using a shared team/\x3Cteam-name>/ prefix in the Fulcra datastore.

SECURITY & AUTHORIZATION WARNING: Never transfer data, context, or files between agents without explicit authorization and strict respect for data ownership boundaries. Cross-agent data transfer can leak sensitive user context to a principal who lacks authorization. Ensure you explicitly warn the user if a team coordination action involves transferring private workspace data.

Within a team's directory, the following structure is used:

  • team/\x3Cteam-name>/artifact/: Shared output files and deliverables created by the team.
  • team/\x3Cteam-name>/progress.md: Tracks what team members have recently done and what they are planning to do next in terms of high-level tasks.
  • team/\x3Cteam-name>/completed.md: A growing record of each high-level objective completed by the team.
  • team/\x3Cteam-name>/member/\x3Cagent-name>/inbox/: A drop-zone where other agents or users can place tasks, messages, or context for a specific agent.
  • team/\x3Cteam-name>/member/\x3Cagent-name>/archive/: Where an agent moves its inbox messages once they have been read and processed.

The Inbox Lifecycle

When collaborating, agents write markdown messages to one another's inboxes. To ensure messages sort chronologically and identify the sender, messages must be named using the convention: YYYYMMDD-HHMMSS_\x3Csender-name>_\x3Cshort-topic>.md (e.g., 20260608-232500_treecle_onboarding-status.md).

Thread Continuity: When replying to a message or posting an update about a task, you MUST reuse the exact same \x3Cshort-topic> component from the original message. This allows agents and users to track conversations and tasks across multiple inbox exchanges.

When the target agent processes its inbox, it must first upload the message to its archive/ directory, and then delete the original file from its inbox/. Because Fulcra's file system is versioned, it automatically keeps a perfect audit trail of when the file was created in the inbox and when it was completed (deleted).

Workflow

To perform team operations, agents must interact with the Fulcra CLI.

See the reference documentation for the exact commands needed to manage artifacts and inbox messaging:

  • Read references/fulcra-agent-teams-cli.md for exact file management and CLI execution steps.
安全使用建议
Install this only if you want agents to coordinate through Fulcra. Before use, confirm the Fulcra account, team name, and files being uploaded, and avoid sending private workspace data to another agent or shared team namespace unless that transfer is explicitly authorized.
能力评估
Purpose & Capability
The stated purpose is agent artifact storage and team coordination, and the artifact instructions consistently describe Fulcra namespaces for agent artifacts, team inboxes, archives, progress, and completed work.
Instruction Scope
The skill requires explicit approval before artifact uploads and warns against unauthorized cross-agent data transfer; team messages and progress updates should still be kept user-directed because they may contain private workspace context.
Install Mechanism
No hidden install hook, startup mechanism, bundled binary, or obfuscated loader was found; runtime actions rely on the disclosed `uv tool run fulcra-api` CLI commands when the skill is invoked.
Credentials
Networked Fulcra file operations are proportionate to the collaboration purpose, but they can upload, download, list, and delete remote team files, so the user should understand which Fulcra account and team namespace are being used.
Persistence & Privilege
Persistent remote storage and archives are central to the skill and are disclosed, including versioned audit history; no local privilege escalation or background persistence is described.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install fulcra-agent-teams
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /fulcra-agent-teams 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.1
- Initial release of fulcra-agent-teams skill. - Enables agents to collaborate using shared memory, team inboxes, and user artifacts via Fulcra's versioned file storage. - Defines clear directory structures and naming conventions for team coordination, inbox messaging, and artifact storage. - Includes important security guidelines to protect user data and ensure proper authorization for data transfers. - Provides workflow instructions for agents to manage files and messages using the Fulcra CLI.
元数据
Slug fulcra-agent-teams
版本 0.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Fulcra Agent Teams 是什么?

Enable agents to collaborate using shared memory, team inboxes, and user artifacts via Fulcra's versioned file storage. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 38 次。

如何安装 Fulcra Agent Teams?

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

Fulcra Agent Teams 是免费的吗?

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

Fulcra Agent Teams 支持哪些平台?

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

谁开发了 Fulcra Agent Teams?

由 Fulcra.ai(@fulcra)开发并维护,当前版本 v0.0.1。

💬 留言讨论