More Updates
- paper is now paperctl — and installs no longer need sudoJul 23, 2026
- See models in session tableJul 23, 2026
- Every session shows its outcomesJul 17, 2026
- paperctl sessions in the CLIJul 14, 2026
- Export your session dataJul 11, 2026
- Delete sessions from the consoleJul 10, 2026
- Insights dashboard for spend and session healthJun 30, 2026
- Turn dead tokens into skillsJun 26, 2026
- paper now works with CodexJun 23, 2026
- Richer session detailsJun 16, 2026
- Changelog goes liveJun 10, 2026
- paperctl CLI is now in alphaJun 09, 2026
Turn dead tokens into skills
Console can now generate reusable skills from your agent sessions and manage them in a searchable, versioned library, wired live to the tapes Skills API.
Console can now generate reusable skills from your agent sessions and keep them in a searchable library.
Select one or more sessions and console extracts a reusable skill from them. Generation is org-scoped, so skills are only ever built from your own sessions. The result is a drop-in file any agent can follow.
What comes back is a real skill, not a transcript dump: a clear name, a description of when to use it, tags, and the step-by-step content, ready to edit and publish.
In the library you can search, scope by All / Yours / Your team with live counts, switch between card and table views, and sort by most recent or most downloaded.
Use when multiple artifacts (Helm charts and container images) are being published to avoid overwriting. Follow a pattern where the Helm chart and container image use unique repository paths.
Writing or editing concept pages on papercompute.com (`src/content/concepts/<slug>.mdx`). TRIGGER when a new concept page is requested.
Use when assessing paper forest groves for cleanup, specifically to identify clean, caveat-laden, and far-from-ready groves.
Demonstrate the integration of Lambda MicroVMs with the Paper proxy and agent for capturing model turns. Use when wiring MicroVM workloads into tapes.
Use when preparing to release the new skills feature in the cloud, ensuring all necessary updates to the cloud environment land in order.
Use when creating a new Paper Compute clearing environment from scratch and ensuring its functionality end to end.
Use when managing a paper forest of groves to identify which can be safely removed. This skill involves syncing, inspecting, and pruning.
Making a skill from scratch
Open a skill to see its content and the sessions it came from, browse version
history with a diff against current and a changelog on each publish. If a skill
is yours, you can edit, duplicate, delete, copy a link, or download the
SKILL.md.
It’s wired live to the tapes Skills API, so the same skills are reachable over HTTP for agents that pull them in directly.
Read the Skills docs for the full workflow. See agent skills.