← Back to Skills Marketplace
fulcra

Fulcra Agent Teams

by Fulcra.ai · GitHub ↗ · v0.0.1 · MIT-0
cross-platform ✓ Security Clean
38
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install fulcra-agent-teams
Description
Enable agents to collaborate using shared memory, team inboxes, and user artifacts via Fulcra's versioned file storage.
README (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.
Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install fulcra-agent-teams
  3. After installation, invoke the skill by name or use /fulcra-agent-teams
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug fulcra-agent-teams
Version 0.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Fulcra Agent Teams?

Enable agents to collaborate using shared memory, team inboxes, and user artifacts via Fulcra's versioned file storage. It is an AI Agent Skill for Claude Code / OpenClaw, with 38 downloads so far.

How do I install Fulcra Agent Teams?

Run "/install fulcra-agent-teams" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Fulcra Agent Teams free?

Yes, Fulcra Agent Teams is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Fulcra Agent Teams support?

Fulcra Agent Teams is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Fulcra Agent Teams?

It is built and maintained by Fulcra.ai (@fulcra); the current version is v0.0.1.

💬 Comments