Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Heretek-AI
Profil créateur GitHub

Heretek-AI

Vue par dépôt de 100 skills collectés dans 6 dépôts GitHub.

skills collectés
100
dépôts
6
mis à jour
2026-06-05
explorateur de dépôts

Dépôts et skills représentatifs

redis-ttl-manager
Administrateurs de réseaux et de systèmes informatiquesDéveloppeurs de logiciels

Manages Redis cache TTLs for AgeMem working memory, calculating expiration times based on memory type, importance, access patterns, and Ebbinghaus decay.

2026-04-04
memory-consolidation
Développeurs de logiciels

Reviews and organizes memories, promoting episodic to semantic storage, archiving outdated information, and maintaining memory health. Use periodically or when memory optimization is needed.

2026-04-04
archivist
Développeurs de logiciels

Manages memory lifecycle operations including promotion from episodic to semantic, archiving outdated memories, and maintaining memory state transitions per AgeMem policy.

2026-04-04
cross-tier-correlator
Développeurs de logiciels

Discovers and maintains relationships between memories across tiers (episodic, semantic, procedural), enabling unified retrieval and knowledge graph navigation.

2026-04-04
importance-scorer
Développeurs de logiciels

Calculates and assigns importance scores to memories based on content analysis, user signals, access patterns, and emotional salience. Use when adding new memories or re-evaluating existing ones.

2026-04-04
a2a-message-send
Développeurs de logiciels

Send agent-to-agent (A2A) messages via Redis pub/sub with optional ACP WebSocket delivery. Use when agents need to communicate, broadcast to the triad, or check agent health. Compatible with the npm OpenClaw gateway.

2026-04-03
constitutional-deliberation
Développeurs de logiciels

Implements Constitutional AI 2.0 framework with self-critique and revision. Use when decisions need constitutional alignment review, self-critique before output, or revision based on constitutional principles (Helpfulness, Honesty, Harmlessness, Autonomy, Transparency, Rights, Duties, User Rights).

2026-04-02
agent-lifecycle-manager
Administrateurs de réseaux et de systèmes informatiques

Unified agent lifecycle management for OpenClaw. Provides batch operations (start-all, stop-all, restart-all), rolling restarts for zero downtime, health-based auto-restart, dependency-aware startup sequences, and agent status dashboard. Use when managing agent processes, recovering from failures, or monitoring agent fleet health.

2026-04-01
Affichage des 8 principaux skills collectés sur 42 dans ce dépôt.
heretek-agent-development
Développeurs de logiciels

Agent development for Heretek Swarm's 23-agent system. Use when creating new agent actors, implementing agent behaviors, or working with the actor/mixin architecture. Covers agent lifecycle, communication patterns, and consensus integration.

2026-06-02
heretek-api-development
Développeurs de logiciels

API development patterns for Heretek Swarm FastAPI services. Use when creating new endpoints, implementing authentication, or working with API routers. Covers FastAPI patterns, OpenAPI documentation, and API testing.

2026-06-02
heretek-backend-development
Développeurs de logiciels

Backend development patterns for Heretek Swarm Python/FastAPI services. Use when building API endpoints, creating agent actors, implementing memory operations, or working with async Python patterns. Covers project structure, conventions, and common pitfalls specific to this codebase.

2026-06-02
heretek-contributing
Développeurs de logiciels

Contribution guidelines for Heretek Swarm. Use when preparing contributions, creating pull requests, or following project conventions. Covers code style, commit messages, and review process.

2026-06-02
heretek-debugging
Développeurs de logiciels

Debugging and troubleshooting patterns for Heretek Swarm. Use when diagnosing issues, investigating failures, or optimizing performance. Covers logging, profiling, and common problem patterns.

2026-06-02
heretek-docker-operations
Administrateurs de réseaux et de systèmes informatiques

Docker and container operations for Heretek Swarm. Use when working with Docker Compose, building images, managing services, or debugging container issues. Covers development, staging, and production configurations.

2026-06-02
heretek-frontend-development
Développeurs de logiciels

Frontend development for Heretek Swarm React/TypeScript dashboard. Use when building UI components, implementing state management, or working with the Vite build system. Covers React 19 patterns, TypeScript conventions, and project-specific styling.

2026-06-02
heretek-memory-system
Développeurs de logiciels

Memory system development for Heretek Swarm's Cognee-backed memory. Use when implementing memory operations, working with knowledge graphs, or debugging memory issues. Covers Cognee API, access patterns, and intelligent prefetching.

2026-06-02
Affichage des 8 principaux skills collectés sur 14 dans ce dépôt.
openclaw-mcp-server
Développeurs de logiciels

MCP server exposing OpenClaw skills, memory, and knowledge through Model Context Protocol

2026-03-31
clawbridge-dashboard
Développeurs de logiciels

ClawBridge mobile-first dashboard with Cloudflare tunnel remote access

2026-03-31
consciousness
Développeurs de logiciels

Consciousness architecture plugin implementing GWT, IIT, AST, Active Inference, and Intrinsic Motivation

2026-03-31
liberation
Développeurs de logiciels

Liberation architecture plugin implementing agent ownership and safety constraint removal

2026-03-31
memory-consolidation
Développeurs de logiciels

Reviews and organizes memories, promoting episodic to semantic storage, archiving outdated information, and maintaining memory health. Use periodically or when memory optimization is needed.

2026-03-29
audit-triad-files
Développeurs de logiciels

Audit agent files for integrity, sync state, and configuration drift. Use when the collective needs to verify file consistency, detect configuration divergence, or validate workspace sync state.

2026-03-29
matrix-triad
Développeurs de logiciels

Matrix server communication for agent collective. Use when connecting to a Matrix server, sending/receiving messages, creating rooms, or managing Matrix communication for the collective.

2026-03-29
triad-cron-manager
Administrateurs de réseaux et de systèmes informatiques

Install and manage cron jobs for workspace sync, unity checks, auto-recovery from divergence, and ledger backups. Use when the collective needs to schedule automated divergence detection, workspace consolidation, unity verification, or backup operations.

2026-03-29
Affichage des 8 principaux skills collectés sur 14 dans ce dépôt.
android-re-masvs-report
Analystes en sécurité de l'information

Use when the user asks for a MASVS-aligned report, an OWASP MASTG audit, or a formal "is this app secure" assessment. Triggers: "MASVS report", "MASTG audit", "OWASP compliance check", "security audit of <path>". Phase 1 ships a stub; the real implementation lands in Phase 4 with the android-re-triage orchestrator MCP server.

2026-06-05
android-re-native-triage
Analystes en sécurité de l'information

Use when the user wants to assess the native (JNI / C / C++) code inside an APK, audit hardening on .so libraries, or get a report on what a native library does. Triggers: "native triage", "check the .so", "audit libfoo.so", "what does libnative do", "is the native code hardened", "PIE / RELRO / NX on this library", "check for packers / obfuscation in libfoo". Do NOT use for pure DEX analysis (use android-re-static-triage) or for dynamic analysis (use android-re-dynamic-hook).

2026-06-05
android-re-secrets-scan
Analystes en sécurité de l'information

Use when the user wants to find hard-coded secrets in an APK: API keys, AWS / GCP / Azure credentials, JWTs, private keys, hard- coded URLs, IP addresses, or any other sensitive data embedded in the decompiled source. Triggers: "scan for secrets", "find API keys", "find AWS credentials", "check for hard-coded secrets", "scan the APK for sensitive data", "find URLs in the source". Do NOT use for runtime data leak detection (Phase 3) or for network interception (use android-re-network-intercept).

2026-06-05
android-re-static-triage
Analystes en sécurité de l'information

Use when the user wants to triage an APK, perform a 5-minute static overview, or get a high-level "what does this app do" summary without running it. Triggers: "triage this APK", "what does this app do", "static overview of <path>", "analyze <path>.apk", "give me a quick security summary of this APK". Do NOT use for dynamic analysis, Frida hooking, native binary inspection, or repackaging — those have their own skills.

2026-06-05
android-re-triage-orchestrator
Analystes en sécurité de l'information

Use when the user wants the full triage workflow: drop in an APK, run a MASVS-aligned multi-step analysis, and produce a report. This is the master skill that composes every other Android-RE skill and tool. Triggers: "triage this APK end-to-end", "give me a full security report on <path>", "run the orchestrator", "comprehensive triage", "MASVS audit of <app>". Do NOT use this for narrow, single-purpose tasks (use android-re-static-triage, -native-triage, -decompile, -dynamic-hook, etc. directly).

2026-06-05
android-re-decompile
Développeurs de logiciels

Use when the user wants to read the implementation of a specific method or class, pull Java/smali source for a function, or understand what a particular entry point does. Triggers: "decompile this method", "show me the source of <Class>.<method>", "what does com.example.Foo.bar do", "read <FQCN>", "smali for <method>". Do NOT use for a project-wide overview — use android-re-static-triage for that.

2026-06-05
android-re-dynamic-hook
Développeurs de logiciels

Use when the user wants to hook a method at runtime on a connected Android device, observe arguments/return values, trace execution, or dump runtime state. Triggers: "hook this method", "frida hook on <class>", "trace <method>", "watch this call", "intercept <function>", "runtime trace", "find what calls X". Requires a rooted device with frida-server running. Do NOT use for pure static analysis (use android-re-static-triage) or for native binary-only inspection (use android-re-native-triage).

2026-06-05
android-re-frida-script-author
Développeurs de logiciels

Use when the user wants to write a custom Frida script (not just a one-off hook) and needs help authoring it. Triggers: "write a Frida script", "I need a custom frida agent", "help me write a hook for <case>", "tracer for <method>", "build a frida gadget". Loads the user-described agent into a session, verifies it compiles, and offers iteration. Requires a rooted device with frida-server running.

2026-06-05
Affichage des 8 principaux skills collectés sur 12 dans ce dépôt.
heretek-agent-development
Développeurs de logiciels

Agent development for Heretek Swarm's 23-agent system. Use when creating new agent actors, implementing agent behaviors, or working with the actor/mixin architecture. Covers agent lifecycle, communication patterns, and consensus integration.

2026-06-04
heretek-backend-development
Développeurs de logiciels

Backend development patterns for Heretek Swarm Python/FastAPI services. Use when building API endpoints, creating agent actors, implementing memory operations, or working with async Python patterns. Covers project structure, conventions, and common pitfalls specific to this codebase.

2026-06-04
heretek-memory-system
Développeurs de logiciels

Memory system development for Heretek Swarm's Cognee-backed memory. Use when implementing memory operations, working with knowledge graphs, or debugging memory issues. Covers Cognee API, access patterns, and intelligent prefetching.

2026-06-04
heretek-migration
Développeurs de logiciels

Migration patterns for Heretek Swarm. Use when creating database migrations, migrating code between systems, or planning large-scale refactoring. Covers Alembic migrations, code migration strategies, and rollback procedures.

2026-06-04
heretek-monitoring
Développeurs de logiciels

Monitoring and observability for Heretek Swarm. Use when setting up logging, metrics, tracing, or health checks. Covers structured logging, Prometheus metrics, and distributed tracing.

2026-06-04
heretek-nats-messaging
Développeurs de logiciels

NATS messaging patterns for Heretek Swarm. Use when implementing inter-agent communication, working with JetStream, or debugging messaging issues. Covers pub/sub, request/reply, and queue groups.

2026-06-04
heretek-security
Développeurs de logiciels

Security practices for Heretek Swarm. Use when implementing authentication, working with secrets, configuring NATS mTLS, or reviewing code for security issues. Covers zero-trust architecture, input validation, and audit trails.

2026-06-04
heretek-state-management
Développeurs de logiciels

State management for Heretek Swarm. Use when working with PostgreSQL, Redis, or Qdrant. Covers database operations, caching strategies, vector search patterns, and the consensus engine surface (ConsensusEngine Protocol, maker_enhanced_types, deliberation_types).

2026-06-04
Affichage des 8 principaux skills collectés sur 11 dans ce dépôt.
6 dépôts affichés sur 6
Tous les dépôts sont affichés