Profiles
A profile is a named bundle of skills. Profiles are the easiest way to install a coherent workflow without listing every skill manually. The default profile is research-core; full-research is the broadest curated research bundle. complete-restore uses a wildcard so it expands to every current or future skill declared by the pinned repo revision.
Profiles do not automatically install optional artifacts. Add --artifact-profile ... when you also want templates, personas, entrypoint aliases, or management notices.
Common commands:
make precheck ARGS="--profile research-core"
make plan ARGS="--profile research-core"
make install ARGS="--profile research-core --dry-run"
make plan ARGS="--profile library --artifact-profile research-entrypoints --with-deps"
make plan ARGS="--agents codex,claude,deepseek,copilot,opencode,antigravity,grok,kimi --profile complete-restore --artifact-profile workflow-artifacts --runtime-profile full --require-all-requested-agents"
The complete-restore target list deliberately excludes OpenClaw. Real OpenClaw restoration is delegated to the separately reviewed OpenClaw component and manifest flow.
Profile |
Description |
Skills |
|---|---|---|
|
Every skill declared by this pinned repository revision for closure-complete restoration of supported non-OpenClaw targets. |
|
|
Course management toolkit skills: Classroom50, Canvas, Google Classroom, and local student DB agents. |
|
|
Tracked-topic and RSS digest workflows. |
|
|
Document conversion and structured database lookup. |
|
|
Ebook discovery and library handoff. |
|
|
Structural figure generation and checking. |
|
|
Optional Lean formalization lane with local checks and declaration-search setup. |
|
|
Optional remote formal lane setup for LeanExplore and AXLE MCP plus local formal-lane skills; install is inert and does not start remote services. |
|
|
All research-related skills. |
|
|
Paper and ebook library workflows. |
|
|
Math and graph verification workflows. |
|
|
Narrated, captioned presentation and lecture videos from prepared slides, with optional Manim math animation. |
|
|
Multi-agent and structured workflow orchestration. |
|
|
Default research planning, source gathering, report review, and delivery verification. |
|
|
Source-preserving research workflow with local libraries, document parsing, validation, multi-agent orchestration, and Lean skeleton support only; use formal-research for Lean verification. |
|
|
Reusable planning helpers for resources, model routing, formal skeletons, and workspace organization. |
|
|
Claim-preserving draft writing, rewriting, and revision-audit workflow. |
|
Related pages: Skills, Optional Artifacts, Dependencies, Installation.