modnet-modules
Modnet/MSS context for module-era Plaited agents. Use when generating or evaluating Bun workspace modules that export modules, mapping MSS semantics onto module behavior, or designing A2A-facing node capability surfaces without widening the minimal core.
What this skill does
# Modnet Modules
## Purpose
This skill teaches the current modnet translation for Plaited:
- MSS is the semantic and compositional layer
- A2A is the node entry point and inter-node boundary
- modules are Bun workspaces
- modules integrate by exporting modules
- the agent composes default, deployment-provided, and generated modules
Use this skill for both:
- generation of candidate module/node modules and bThreads
- evaluation of candidate module and module-bundle designs
Do not use this skill as proof that older modnet or constitution runtime
surfaces still exist.
## Source Texts
Read these references when you need the original conceptual lineage behind MSS
and modnet:
- [references/Structural-IA.md](references/Structural-IA.md)
- [references/Modnet.md](references/Modnet.md)
Use them as source material, not as direct implementation specs.
Current source of truth for runtime behavior lives in:
- `src/agent/*`
- `src/modules/a2a-module/*`
- issue-backed kernel backlog context in `dev-research/README.md` and linked
GitHub issues
## Current Translation
### 1. MSS
MSS provides semantic and compositional inputs for modules and artifacts:
- `contentType`
- `structure`
- `mechanics`
- `boundary`
- `scale`
Use MSS to reason about:
- what a module is for
- how it should compose with other modules
- what kind of capability surface it should project
- what sharing or boundary assumptions are implied
MSS is input context for generation and evaluation. It is not, by itself, a
runtime loader or policy engine.
### 2. A2A
A2A is the node entry point and node-to-node communication boundary.
Use it to reason about:
- what the node exposes
- how remote requests enter the system
- how Agent Card projection should reflect real capabilities
- how trust, auth, and authority shaping apply at the protocol edge
Do not treat A2A as an internal message bus or a replacement for the local
behavioral runtime.
### 3. Modules
Modules are Bun workspaces that carry MSS meaning and integrate into agent
behavior through modules.
The important current translation is:
- a module is not primarily a UI template or legacy modnet package concept
- a module is a workspace-level unit that can contribute executable modules
- modules may be shipped, deployment-provided, or generated later
## Concept Translation
The old Structural IA and Modnet texts still matter, but the introduction of a
personal agent changes how several concepts should be interpreted.
### Personal Agent
The personal agent is now the user's modnet agent:
- it owns the user's local runtime and working context
- it composes default, deployment-provided, and generated modules
- it decides how module semantics become behavior
- it mediates what is exposed beyond the node boundary
This means the user is not primarily interacting with a platform UI or raw
module template. They are interacting with their agent, which interprets
modules, renders views, and negotiates capability surfaces.
### Module
Old lineage:
- a self-contained composable unit carrying user-owned content and behavior
Current translation:
- a Bun workspace unit with MSS meaning that can export modules
- a module may project services, artifacts, or generated views rather than raw
internals
- a module contributes behavior to the agent through module composition
### Network
Old lineage:
- modules or patterns forming larger networks directly, sometimes through
proximity or shared template structures
Current translation:
- nodes form networks through A2A
- modules do not casually self-assemble across node boundaries on their own
- the agent mediates discovery, translation, sharing, and composition
### Boundary
Old lineage:
- what information a module shares with other modules or networks
Current translation:
- boundary is still a core concept, but now informs:
- exposure policy
- authority shaping
- auth/trust gating
- A2A-facing capability projection
### Structure And Mechanics
Old lineage:
- direct information-architecture and interaction-pattern language
Current translation:
- semantic inputs that help the agent decide:
- how a module should be rendered or projected
- what behavior is coherent for the module
- how it composes with other modules
- what candidate modules or bThreads make sense
The agent may generate the realization dynamically rather than reusing a fixed
platform template.
### Sovereignty
Old lineage:
- user-owned modules and user-controlled data outside platform lock-in
Current translation:
- sovereignty centers on the user-owned node and its module/workspace graph
- the personal agent is the mediator that preserves user control while still
exposing selected capabilities over A2A
- deleting a link or narrowing a boundary should remain more important than any
one external platform or consumer
## Runtime Contract
### Module Contract
Current source of truth:
```typescript
type ModuleParams = {
trigger: Trigger
useSnapshot: UseSnapshot
signals: Signals
computed: Computed
}
type Module = (params: ModuleParams) => {
threads?: Record<string, ReturnType<BSync>>
handlers?: DefaultHandlers
}
```
### Module Export Contract
`AGENT_CORE_EVENTS.update_modules` already expects a concrete loadable module
shape:
```typescript
{
default: Module[]
}
```
Treat that export contract as real and stable enough to generate against.
What is still research:
- how modules are discovered
- what metadata is mandatory
- how MSS is packaged and validated
- how many module bundles a module should expose
- how default, deployed, and generated modules should layer
## Composition Layers
The agent should be understood as composing three kinds of module sources:
1. default modules shipped with the agent profile
2. deployment-provided modules selected when the agent is provisioned
3. module-generated or module-provided modules loaded later
Generation should respect that layering.
Evaluation should ask whether a proposal makes those layers clearer or muddier.
## Generation Rules
- Keep `src/agent/create-agent.ts` minimal.
- Put richer node, boundary, and capability behavior into modules.
- Use MSS to shape capability meaning, not to invent fake runtime subsystems.
- Use A2A as the node boundary, not as proof that every module must be remotely
exposed.
- Generate modules as Bun workspace units that can export modules.
- Respect the concrete runtime contract: loadable modules export
`default: Module[]`.
- Prefer explicit, reviewable behavior over hidden orchestration doctrine.
- When drawing on older Structural IA or Modnet concepts, translate them
through the personal-agent model before generating code or doctrine.
## Evaluation Rubric
When judging a candidate module, node surface, or module bundle, ask:
- does the proposal preserve the minimal core / module split?
- does the module’s MSS description match its exported behavior?
- does the A2A-facing surface project real capability rather than internals?
- does the design keep boundary, trust, and authority assumptions explicit?
- does the proposal distinguish default, deployed, and generated modules
clearly?
- does it rely on runtime surfaces that do not exist in `src/agent`?
## What Not To Assume
Do not assume the repo currently ships:
- old `createNode` / `src/modnet/*` runtime doctrine
- constitution MAC/DAC runtime layers
- `protectGovernance`
- `.memory/constitution/` loaders
- legacy module marketplace or template-registry assumptions
If a proposal needs one of those ideas, treat it as research and route it
through the relevant issue from `dev-research/README.md`.
## When To Read The Source Texts
Read `references/Structural-IA.md` when you need:
- deeper vocabulary for objects, groups, blocks, channels, loops, and scale
- lineage for why MSS fields exist
- broader interaction and composition concepts behind structure/mechanics
Read `references/Modnet.md` when you need:
- the original sovereignty andRelated in Backend & APIs
jfrog
IncludedInteract with the JFrog Platform via the JFrog CLI and REST/GraphQL APIs. Use this skill when the user wants to manage Artifactory repositories, upload or download artifacts, manage builds, configure permissions, manage users and groups, work with access tokens, configure JFrog CLI servers, search artifacts, manage properties, set up replication, manage JFrog Projects, run security audits or scans, look up CVE details, query exposures scan results from JFrog Advanced Security, manage release bundles and lifecycle operations, aggregate or export platform data, or perform any JFrog Platform administration task. Also use when the user mentions jf, jfrog, artifactory, xray, distribution, evidence, apptrust, onemodel, graphql, workers, mission control, curation, advanced security, exposures, or any JFrog product name.
cupynumeric-migration-readiness
IncludedPre-migration readiness assessor for porting NumPy to cuPyNumeric. Use BEFORE substantial porting work begins when the user asks whether code will scale on GPU, whether they should migrate to cuPyNumeric, which NumPy patterns transfer cleanly, what must be refactored before porting, or mentions pre-port assessment, scaling analysis, or refactor planning. Inspect the user's source code, look up NumPy usage, cross-reference the cuPyNumeric API support manifest, and distinguish distributed-scaling-friendly patterns from blockers such as unsupported APIs, scalar synchronization, host round-trips, Python/object-heavy control flow, shape/data-dependent branching, and in-place mutation hazards. Produce a verdict of READY, LIGHT REFACTOR, SIGNIFICANT REFACTOR, or NOT RECOMMENDED, with concrete refactor pointers.
alibabacloud-data-agent-skill
IncludedInvoke Alibaba Cloud Apsara Data Agent for Analytics via CLI to perform natural language-driven data analysis on enterprise databases. Data Agent for Analytics is an intelligent data analysis agent developed by Alibaba Cloud Database team for enterprise users. It automatically completes requirement analysis, data understanding, analysis insights, and report generation based on natural language descriptions. This tool supports: discovering data resources (instances/databases/tables) managed in DMS, initiating query or deep analysis sessions, real-time progress tracking, and retrieving analysis conclusions and generated reports. Use this Skill when users need to query databases, analyze data trends, generate data reports, ask questions in natural language, or mention "Data Agent", "data analysis", "database query", "SQL analysis", "data insights".
token-optimizer
IncludedReduce OpenClaw token usage and API costs through smart model routing, heartbeat optimization, budget tracking, and native 2026.2.15 features (session pruning, bootstrap size limits, cache TTL alignment). Use when token costs are high, API rate limits are being hit, or hosting multiple agents at scale. The 4 executable scripts (context_optimizer, model_router, heartbeat_optimizer, token_tracker) are local-only — no network requests, no subprocess calls, no system modifications. Reference files (PROVIDERS.md, config-patches.json) document optional multi-provider strategies that require external API keys and network access if you choose to use them. See SECURITY.md for full breakdown.
resend-cli
IncludedUse this skill when the task is specifically about operating Resend from an AI agent, terminal session, or CI job via the official resend CLI: installing/authenticating the CLI, sending/listing/updating/cancelling emails, batch sends, domains and DNS, webhooks and local listeners, inbound receiving, contacts, topics, segments, broadcasts, templates, API keys, profiles, or debugging Resend CLI/API failures. Trigger on mentions of Resend CLI, `resend`, `resend doctor`, `resend emails send`, `resend domains`, `resend webhooks listen`, `resend emails receiving`, or agent-friendly terminal automation.
alibabacloud-odps-maxframe-coding
IncludedUse this skill for MaxFrame SDK development and documentation navigation on Alibaba Cloud MaxCompute (ODPS). Helps answer MaxFrame API, concept, official example, and supported pandas API questions; create data processing programs; read/write MaxCompute tables; debug jobs (remote or local); and build custom DPE runtime images. Trigger when users mention MaxFrame, MaxCompute with MaxFrame, ODPS table processing, DPE runtime, MaxFrame docs/examples, DataFrame/Tensor operations, or GPU runtime setup. Works for both English and Chinese queries about Alibaba Cloud data processing with MaxFrame.