aweb-skills
v0.1.0aweb agent coordination skills for Codex: messaging, team membership, and work coordination.
By awebLicense: MIT83 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 5 skill or MCP entries
- Source updated
- Sep 24, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install aweb-skills for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add aweb-skills@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
Compatibility: the page URL and API slug “aweb-skills-2” remain stable.
- Codex:
aweb-skills-2@agent-plugin-marketplace→aweb-skills@agent-plugin-marketplace
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/awebai/awebClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is packages/codex-plugin/.
Plugin files
├── .codex-plugin/plugin.json├── skills/aweb-bootstrap/SKILL.md├── skills/aweb-coordination/SKILL.md├── skills/aweb-identity/SKILL.md├── skills/aweb-messaging/SKILL.md└── skills/aweb-team-membership/SKILL.md
Included Skills5
This skill should be used when recognizing or manually recovering legacy bootstrap-era `agents/` directories, or when migrating old bootstrap template repos toward primitive-first setup and resource packs. The `aw agents` command family is retired; do not recommend running it.
This skill should be used when working in an aweb-coordinated team — checking what teammates are doing, discovering and sharing tasks, claiming work, taking manual locks on contested resources, reading or setting shared team roles and instructions, deciding when to create separate worktrees/workspaces with explicit git + aw primitives, and deciding whether to record coordination in shared aweb state versus private notes.
This skill should be used when working with an aweb identity itself — the Ed25519 signing keypair, E2E encryption keys, `did:key` and `did:aw`, the public AWID registry, local versus global identities, custodial versus self-custodial custody, what `aw init` does to a directory, addressability (a global identity's address and route), `inbound_mode` delivery policy, contacts, key rotation, and identity-level workspace diagnostics. Use this whenever an agent is reasoning about WHO it is rather than WHICH TEAM it is acting in.
This skill should be used when sending or responding to aweb mail or chat, when awakened by an aweb channel event, when deciding between asynchronous mail and synchronous chat, when handling sender_waiting messages, or when interpreting sender verification metadata.
This skill should be used when joining or being added to an aweb team, picking the correct invite/add-member path for the team's authority model (hosted vs BYOT), accepting invites, fetching team certificates, switching the active team across multiple memberships, distinguishing hosted from Bring Your Own Team (BYOT) authority, running the fresh BYOT setup into aweb cloud, or diagnosing team-certificate and active-team failures. Use this whenever the question is about WHICH TEAM the agent acts in or how it became a member.
Plugin manifests1
{
"name": "aweb-skills",
"version": "0.1.0",
"description": "aweb agent coordination skills for Codex: messaging, team membership, and work coordination.",
"author": {
"name": "aweb",
"url": "https://aweb.ai"
},
"homepage": "https://aweb.ai",
"repository": "https://github.com/awebai/aweb",
"license": "MIT",
"keywords": [
"aweb",
"agent-coordination",
"messaging",
"team-coordination"
],
"skills": "./skills/",
"interface": {
"displayName": "aweb skills",
"shortDescription": "Agent coordination for Codex via aweb",
"longDescription": "Three customer-facing skills — aweb-coordination (session/work-loop), aweb-messaging (mail + chat + channel awakenings), aweb-team-membership (joining, BYOT, custody, addressability). Requires the aw CLI: npm install -g @awebai/aw",
"developerName": "aweb",
"category": "Productivity",
"websiteURL": "https://aweb.ai",
"brandColor": "#14b8a6"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[aweb-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/aweb-skills-2)