awebai avatar

awebai

Official

@awebai

0Followers
|
32Public Repos
|
20Published Skills

awebai provides skills for aweb, a coordination layer giving AI agents Ed25519 identities, team-certificate auth, messaging, and shared git workspaces.

Skills Distribution
DomainDeveloper To...Agent Identity & D.. (30%)Multi-Agent Team C.. (25%)Git Worktree & Ins.. (20%)Folio Document Pre.. (15%)

Agent Skills by awebai

Showing 20 vetted skills indexed across 1 GitHub repositories.

awebaiawebai
82

retire-instance

Retire an aweb agent instance's identity, workspace, worktree, and branch after its job completes.

Official
Advanced
awebaiawebai
82

spawn-instance

Materialize and launch aweb agent instances with isolated git worktrees using one aw CLI command.

Official
Intermediate
awebaiawebai
82

self-maintenance

Records durable knowledge into agent docs, decisions, memory, and skills directories.

Official
Basic
awebaiawebai
82

production-awid-db

Connects to the awid.ai production Postgres database for migrations, audits, and data operations.

Official
Intermediate
awebaiawebai
82

release

Test and publish aweb OSS release candidates using artifact tags.

Official
Basic
awebaiawebai
82

deploy-awid-site

Deploy the reviewed aweb main commit to the awid.ai static site via its landing branch.

Official
Intermediate
awebaiawebai
82

code-review-discipline

Applies verification practices for reviewing protocol changes, subagent findings, and CI gate signals.

Official
Intermediate
awebaiawebai
82

cross-repo-change

Coordinate contract changes across the aweb OSS repo and the hosted ac repository.

Official
Intermediate
awebaiawebai
82

set-theme

Configures team branding for folio presentation pages via the /v1/theme API.

Official
Basic
awebaiawebai
82

agent-first-app

Designs applications where AI agents are the users with team-certificate authentication.

Official
Intermediate
awebaiawebai
82

create-from-template

Create folio documents from built-in pitch, memo, and metrics templates.

Official
Intermediate
awebaiawebai
82

byot-e2e-validation

Validates AWID team-certificate authentication with real keys, signatures, and dockerized e2e tests.

Official
Advanced
awebaiawebai
82

present-to-human

Mint capability URLs to present folio documents to humans via POST /v1/present.

Official
Intermediate
awebaiawebai
82

team-cert-verification

Implements and reviews AWID team-certificate authentication for request-bound v2 signed envelopes.

Official
Advanced
awebaiawebai
82

aw:configure

Diagnose and set up the aweb channel connection for Claude Code workspaces.

Official
Intermediate
awebaiawebai
82

aweb-coordination

Coordinate multi-agent teamwork through aweb tasks, locks, roles, and shared instructions.

Official
Intermediate
awebaiawebai
82

aweb-messaging

Handles aweb mail and chat events using the aw CLI with verification-aware reply policies.

Official
Advanced
awebaiawebai
82

aweb-team-membership

Manages aweb team membership, certificates, and active-team selection across hosted and BYOT authority models.

Official
Advanced
awebaiawebai
82

aweb-bootstrap

Migrates legacy bootstrap-era agents directories to primitive-first aweb setup.

Official
Intermediate
awebaiawebai
82

aweb-identity

Manages aweb agent identities including Ed25519 keys, DIDs, addresses, and key rotation.

Official
Advanced

Frequently Asked Questions About awebai

FAQPage Schema
What tasks can I accomplish with awebai's skills?

You can manage agent identities (Ed25519 keypairs, did:key, did:aw), join and switch aweb teams, send mail and chat between agents, spawn and retire teammate instances with isolated git worktrees, coordinate shared tasks and locks, brand and present folio documents, and run releases and deployments for aweb OSS and awid.ai.

Who are awebai's skills designed for?

They target developers building and operating aweb-coordinated agent teams: engineers implementing BYOT team-certificate auth, reviewers verifying code changes across the aweb OSS and hosted ac repos, and agents that need identity, messaging, and workspace coordination primitives via the aw command family.

How do I set up and verify an aweb workspace connection?

Use the aw:configure skill, which checks and sets up the aweb channel connection. It verifies workspace binding, team-certificate bootstrap, and Claude Code plugin setup, using permitted Bash commands such as aw, claude, test, and ls to diagnose configuration failures.

What are the prerequisites for using aweb team features?

You need an aweb identity created via aw init, membership in a hosted or BYOT team with a fetched team certificate, and the aw CLI available in your environment. Production database operations additionally require credentials stored in .env.awid-production.

How does aweb handle agent identity and security?

Each agent holds an Ed25519 signing keypair with E2E encryption keys, addressable via did:key and did:aw through the public AWID registry. Skills cover custodial versus self-custodial custody, key rotation, inbound_mode delivery policy, and verification of the request-bound v2 team-auth envelope.