Skip to main content
在 Manus 中运行任何 Skill
一键导入
Heretek-AI
GitHub 创作者资料

Heretek-AI

按仓库查看 6 个 GitHub 仓库中的 100 个已收集 skills。

已收集 skills
100
仓库
6
更新
2026-06-05
仓库浏览

仓库与代表性 skills

redis-ttl-manager
网络与计算机系统管理员软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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

2026-04-04
importance-scorer
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
网络与计算机系统管理员

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
当前展示该仓库 Top 8 / 42 个已收集 skills。
heretek-agent-development
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
网络与计算机系统管理员

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
软件开发工程师

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
软件开发工程师

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
当前展示该仓库 Top 8 / 14 个已收集 skills。
openclaw-mcp-server
软件开发工程师

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

2026-03-31
clawbridge-dashboard
软件开发工程师

ClawBridge mobile-first dashboard with Cloudflare tunnel remote access

2026-03-31
consciousness
软件开发工程师

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

2026-03-31
liberation
软件开发工程师

Liberation architecture plugin implementing agent ownership and safety constraint removal

2026-03-31
memory-consolidation
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
网络与计算机系统管理员

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
当前展示该仓库 Top 8 / 14 个已收集 skills。
android-re-masvs-report
信息安全分析师

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
信息安全分析师

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
信息安全分析师

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
信息安全分析师

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
信息安全分析师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
当前展示该仓库 Top 8 / 12 个已收集 skills。
heretek-agent-development
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
当前展示该仓库 Top 8 / 11 个已收集 skills。
已展示 6 / 6 个仓库
已展示全部仓库