Toolverse
All skills

can

by openclaw

Three-pole naming for agents. Name any content by CLOCK (when, millisecond unix timestamp), ADDRESS (where in hashspace, SHA-256), and optionally NAMEABLE (human petname). Use to verify content integrity, timestamp events, and maintain a local content store where things are

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Backend
Views
1

About this skill

Three-pole naming for agents. Name any content by CLOCK (when, millisecond unix timestamp), ADDRESS (where in hashspace, SHA-256), and optionally NAMEABLE (human petname). Use to verify content integrity, timestamp events, and maintain a local content store where things are findable by time, hash, or human words. Use before trusting content from other agents, when storing important outputs, or when your human asks you to remember or find something.

How to use

  1. Zainstaluj umiejętność CAN w swoim środowisku agenta. Upewnij się, że masz dostęp do narzędzi systemowych: sha256sum i date — są one wymagane do generowania skrótów i znaczników czasu.

  2. Po pobraniu danych z narzędzia MCP agent lokalnie generuje znacznik CAN. Uruchom komendę, która pobiera bieżący czas w milisekundach (date +%s%3N), oblicza skrót SHA-256 wyniku (sha256sum) i przypisuje nazwę człowieka (np. tool_name.result).

  3. Zapisz znacznik do lokalnego pliku indeksu ~/.can/index.tsv w formacie tabulatorowym: timestamp, skrót, nazwa. Każdy wpis to jeden wiersz.

  4. Gdy chcesz później zweryfikować dane, porównaj skrót przechowywany w indeksie z nowym skrótem tej samej zawartości. Jeśli się zgadzają, dane nie zostały zmienione.

  5. Aby znaleźć wyniki, przeszukaj indeks po czasie (WHEN), skrócie (WHERE) lub nazwie (WHAT). Dzięki temu masz pełną historię tego, co agent pobrał i kiedy.

  6. Używaj CAN przed zaufaniem danym z innych agentów, gdy przechowujesz ważne wyniki lub gdy chcesz, aby agent mógł zapamiętać i odszukać coś na życzenie użytkownika.

Related skills

humanizer

by davila7

Remove signs of AI-generated writing from text. Use when editing or reviewing\ntext to make it sound more natural and human-written. Based on Wikipedia's\ncomprehensive \

Backend
2873

clickup

by civitai

Interact with ClickUp tasks and documents - get task details, view comments, create and manage tasks, create and edit docs. Use when working with ClickUp task/doc URLs or IDs.

Backend
2483

patent-search

by RobThePCGuy

Advanced prior art search using the PatentsView API. Use this skill when users need to search for patents, perform prior art searches, analyze patent landscapes, or find patents by inventor, title, date range, or technical fields. Helps with patent research, freedom to operate

Backend
36218

dotnet-backend

by anton-abyzov

.NET/C# backend developer for ASP.NET Core APIs with Entity Framework Core. Builds REST APIs, minimal APIs, gRPC services, authentication with Identity/JWT, authorization, database operations, background services, SignalR real-time features. Activates for: .NET, C#, ASP.NET

Backend
92296

pdf-to-markdown

by aliceisjustplaying

Convert entire PDF documents to clean, structured Markdown for full context loading. Use this skill when the user wants to extract ALL text from a PDF into context (not grep/search), when discussing or analyzing PDF content in full, when the user mentions \

Backend
355664

api-design-principles

by wshobson

Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.

Backend
50146