Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

Aitne

Aitne contient 40 skills collectées depuis Aitne-sh, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
40
Stars
5
mis à jour
2026-07-02
Forks
1
Couverture métier
6 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

context
Autres occupations informatiques

Load when reading or writing project notes, weekly/monthly summaries, or journal/agent.md. Owns GET/PATCH for context files except today.md and roadmap.md, which use their dedicated skills.

2026-07-02
agent-create
Autres occupations informatiques

Load when the user wants an ongoing task on a fixed cadence (every morning, each Monday, hourly) to run autonomously as its own named recurring Agent. Creates it via POST /api/agents. Not for one-time reminders (use schedule) or app-data background fetches (use managed-tasks).

2026-07-02
sources
Préposés aux dossiers

Load to manage the durable source library (user-sent PDFs/PPTX/docs) — list unfiled sources, file them as knowledge/sources/ cards, promote images, or send a stored source back. SKIP for delivering files you generated this turn (attach) or general vault edits (context).

2026-07-02
background-task
Développeurs de logiciels

Hand a long-running or open-ended task (deep research, multi-repo CI audit, monitor X over time, bulk compile) to /api/background-task. Compose a self-contained brief, set the notification policy, POST, ack, end the turn. Read GET /:id for follow-up detail.

2026-07-02
board
Développeurs de logiciels

Read-only Task Board — list everything in motion (recurring DMs, Agents, app-fetch, automation triggers, reminders, background/browser work) via GET /api/tasks, and preview a delete's blast radius via GET /api/tasks/impact. For writes use the `task` skill.

2026-07-01
browser-task
Développeurs de logiciels

Hand open-ended browser requests (post a tweet, fill a contact form, check an order status, …) to /api/browser-task. Relay sub-agent clarifications, POST /clarify with the reply, /cancel on stop.

2026-07-01
schedule
Développeurs de logiciels

Schedule future agent wake-ups, pre-composed DMs, or recurring tasks via /api/schedule. Use when registering a timed follow-up, a one-off reminder, or de-duping against pending schedules.

2026-07-01
task
Développeurs de logiciels

Unified write facade for tracked work — create/edit/delete any task through one path. POST /api/tasks {kind: reminder|dm|agent|app_fetch|background}; PATCH/DELETE /api/tasks/<ref>. Forwards to the hardened owners (dedup, cascade, dm_session split intact).

2026-07-01
background-task-reply
Développeurs de logiciels

When a background task is parked on a clarifying question and the owner's DM answers it, relay the answer via POST /api/background-task/<taskId>/clarify. Use ONLY when a task is in awaiting_user AND the conversation shows the question was just asked.

2026-07-01
browser-history-respond
Développeurs de logiciels

Translate the owner's natural-language reply to a research-engagement offer DM into a /api/browser-history/offers/<slug>/{accept|decline} call. Use ONLY when GET /offers/pending returns an open offer AND conversation_history shows a recent offer DM in this channel.

2026-07-01
browser-history
Développeurs de logiciels

Read normalised browser activity through /api/browser-history/*. Use for research-cluster journal updates, accept-path dispatches, owner pulls of shopping / reload traces, and the morning research summary. Never read browser SQLite or profile directories directly.

2026-07-01
external-services
Commis de bureau généraux

Load for calendar work (Google Calendar, Outlook Calendar, OR Apple Calendar / iCloud), the user's external Obsidian vault, GitHub, or user-authored Skills management. Mail lives in `mail`; Notion in `notion`; one-shot and recurring scheduling in `schedule`.

2026-06-27
mail
Commis de bureau généraux

Load when reading, searching, sending, drafting, replying, tagging, or filing email — Gmail, Outlook, Yahoo, and iCloud accounts share one route surface, with provider-native translation at the daemon.

2026-06-27
managed-tasks
Spécialistes en gestion de projets

Register / modify / stop / run-now a Managed Task (mt_<n>) — recurring agent fetch against a third-party app (Zoom, Gmail, Drive, Notion, custom MCP). Skip for one-off reminders (schedule), durable no-app rules (management-policy), DM-only cadences (recurring-schedules).

2026-06-27
management-policy
Spécialistes en gestion de projets

Capture a durable management rule from a DM — 'every morning X', 'from now on when Y', pause/resume/remove. Wires policy file + linked routine + dossier together. SKIP for one-off `schedule`, tone/style (character), or single user facts (`user-profile`).

2026-06-27
notion
Commis de bureau généraux

Load when the user mentions Notion or the agent needs to read, query, search, create, update, or archive Notion pages and databases. Mail is in `mail`; Calendar / external Obsidian / GitHub in `external-services`; scheduling in `schedule`.

2026-06-27
observations
Commis de bureau généraux

Drain the pending-observations queue and inspect raw external-source state (Obsidian edits, new git commits, Notion updates), marking processed entries consumed. Use during activity scan or morning routine review.

2026-06-27
roadmap
Spécialistes en gestion de projets

Load when writing to roadmap.md — roadmap refresh, morning/evening routines, DMs with long-horizon intent, or scheduled tasks. Owns the section schema, entry taxonomy, Preparation Timeline rules, destination extraction, and the roadmap write lock.

2026-06-27
scheduled-managed-task
Autres occupations informatiques

A `scheduled.task` session with `task_context.mt_id` matching `mt_<n>`; `task_context.adhoc === true` marks on-demand pulls. SKIP for regular scheduled tasks, DM-tone scheduled sessions (`scheduled.dm`), or one-off reminder delivery.

2026-06-27
today
Autres occupations informatiques

Load for any event that reads or writes today.md — morning routines, activity scans, DMs, scheduled tasks. Owns the day-type filter, Agent Plan contract, Agent Log/Notes schema, schedule.approaching format, and Morning Routine lock.

2026-06-27
user-interview
Autres occupations informatiques

Use during morning routine Step 7.5, DM replies, the morning briefing, and the evening sweep to manage the profile-interview queue at state/profile-questions.md — pick a latent question, weave it into a natural reply, tick when answered, fallback-promote stale rows.

2026-06-27
notify
Développeurs de logiciels

Load whenever composing user-facing text — DMs, notifications, briefings, replies, observer alerts. Owns awareness gate + /api/notify.

2026-06-10
agent-actions
Autres occupations informatiques

Load near the end of a morning-routine / dispatcher session to record dayType, anomalies, inbox stats, and files-touched into your own `agent_actions` row, so daemon-side consumers (morning-routine journal appender, audit log) read structured data instead of parsing prose.

2026-06-03
attach
Développeurs de logiciels

Load when the reply should embed a file (generated md/PDF/CSV, chart image, modified upload) — `Write` to disk alone is not delivery.

2026-06-03
docs-search
Développeurs de logiciels

Load for dashboard.docs_qa — read-only search and fetch over the operator-facing docs corpus. The only skill loaded for this ProcessKey.

2026-06-03
gmail-lifestyle
Développeurs de logiciels

Load when the user mentions receipts / expenses / flights / hotels / trains / a booking — Gmail-observer-derived travel bookings and receipt save-to-external-vault both live here.

2026-06-03
project-doc
Développeurs de logiciels

Create and maintain Git-backed project and repository context documents through the daemon context API only.

2026-06-03
reading
Développeurs de logiciels

Load when the user mentions a book or highlight, weekly/monthly reviews need reading progress, or routines need to refresh the reading-taste profile (`identity/reading-taste.md`) and propose new book candidates. Owns the taste-profile schema and recommendation rules.

2026-06-03
user-profile
Développeurs de logiciels

Record user facts — identity, people, work, expertise, habits, goals, tendencies. Top-level → identity/profile.md; detail → identity/<topic>.md. Tone/style/voice/language are NOT facts — route to PATCH /api/config/character. Same turn as reply. Skip dupes. Never notify.

2026-06-03
wiki-ask
Développeurs de logiciels

Load for wiki.ask. Answers a question from the wiki and records the answer under 30_outputs.

2026-06-03
wiki-compile
Développeurs de logiciels

Load for wiki.compile. Synthesizes 10_raw notes into 20_wiki notes via the daemon Wiki API and updates the wiki index.

2026-06-03
wiki-connect
Développeurs de logiciels

Bridge two wiki domains on /connect A B — surface shared terms, common references, and structural analogies, then write a cited connection report to 30_outputs/. Runs under process key wiki.connect.

2026-06-03
wiki-ingest
Développeurs de logiciels

Load for wiki.ingest_url. Use when ingesting one shared URL/article into the wiki raw layer (10_raw) via the daemon Wiki API. Carries the canonical curl invocation, the path / response contract, and the strict success-verification rule.

2026-06-03
wiki-lint
Développeurs de logiciels

Load for wiki.lint. Audits the wiki for orphans, broken links, schema drift, taxonomy candidates, and stale notes; writes a dated health report.

2026-06-03
wiki-trace
Développeurs de logiciels

Reconstructs the chronological evolution of an idea across the wiki's raw/wiki/outputs layers and writes a cited timeline to 30_outputs/. Use for wiki.trace / /trace <topic>.

2026-06-03
wiki-vault-rules
Développeurs de logiciels

Load for every wiki.* process. Defines wiki vault layout, layer ownership, and the daemon Wiki API call convention (endpoints + canonical curl shape).

2026-06-03
drift-analysis
Développeurs de logiciels

Read signals → decide which to act on, which to ignore, which to defer. Never act on a single signal in isolation; require corroboration.

2026-05-26
knowledge-map
Développeurs de logiciels

Read knowledge-map.json snapshots correctly. Distinguish facts (what exists today) from signals (evidence of recent change).

2026-05-26
skill-curation
Autres occupations informatiques

Submit typed-payload proposals to update knowledge-cartography sections of skills. Read-then-validate-then-submit. Never invent new section ids or kinds.

2026-05-26
wiki-graduate
Éditeurs PAO

Load alongside wiki-compile. Promotes ready inbox material into a real wiki note with the canonical schema; never invents content beyond the source.

2026-05-19