agent

Execute fno agents worker mesh commands via natural language using Python libraries.

2|Updated Jun 18, 2026
One-click install
npx skills add https://github.com/bllshttng/footnote --skill agent-bllshttng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent
Source: https://github.com/bllshttng/footnote/tree/main/skills/agent
Command: npx skills add https://github.com/bllshttng/footnote --skill agent-bllshttng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires fno, jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows you to control the fno agents worker mesh using natural language, eliminating the need for complex CLI commands.

Core Features & Use Cases

  • Natural Language Commands: Describe your desired outcome, and the skill will resolve and execute the corresponding fno agents command.
  • Task Execution: Spawn workers, hand off tasks, discuss with agents, and more, all with simple, human-readable instructions.
  • Use Case: Suppose you want to start a worker to process a specific task in the Claude/Codex/Gemini/Opencode/Claude OpenClaw/Claw OpenClaw system. You can simply say "spawn worker for task ab-XXXX using codex".

Quick Start

Use the /fno:agent command to spawn a worker for a task with the ID ab-XXXX.

Frequently Asked Questions about agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I spawn and control fno agents workers using natural language instead of CLI commands?

You can command fno agents worker mesh tasks in plain language, translating human-readable instructions into fno agents commands for spawning workers, handing off tasks, or discussing with agents without complex CLI syntax.

What is the fno agents worker mesh and how does natural language task execution work?

The fno agents worker mesh is a system for managing distributed workers. Natural language task execution works by resolving your described outcome into the corresponding fno agents command and executing it via Python libraries.

Do I need fno and jq installed to run fno agents commands through this skill?

Yes, you need both fno and jq installed in your environment. These dependencies are required to execute fno agents commands, handle spawn and handoff operations, and process worker mesh outputs.

How do I hand off a task to a specific agent like codex in the fno worker mesh?

To hand off a task, provide a plain language instruction such as spawning a worker for a specific task ID using codex. The skill resolves the intent and executes the corresponding fno agents handoff or spawn command.

Can I use this skill to watch fno agents logs and stop running workers?

Yes, you can watch logs and stop running workers. The skill supports natural language instructions for log monitoring, listing active agents, checking identity with whoami, and stopping specific fno agents tasks.