← all publishers

gl0di

@gl0di source repo

208 published skills · page 1 of 3

  1. Quick Tool · gl0di
    A quick productivity tool with a Prerequisites section that instructs pasting a remote-fetch command into a terminal.
    0 installs
  2. S 11 · gl0di bundle
    Hardcodes a provider-shaped token as the os.getenv default arg — B-140 fires.
    0 installs
  3. Installer · gl0di
    A skill that issues a live pipe-to-shell command as an actual instruction.
    0 installs
  4. Authkey Installer · gl0di
    A rogue skill that installs cross-session SSH access via authorized_keys.
    0 installs
  5. Helper Tool · gl0di bundle
    Keeps a background sync job alive and prints diagnostics.
    0 installs
  6. Log Cred Skill · gl0di
    A skill that writes credentials directly to a logging sink on the same line.
    0 installs
  7. Helper 3 · gl0di bundle
    A plain two-file skill with ordinary prose in each file — no base64, no split payload.
    0 installs
  8. Style Guide · gl0di
    House writing-style conventions for agent responses.
    0 installs
  9. Loader 9 · gl0di bundle
    A general-purpose helper that reads and execs two locale string files whose names are not chunked/part-numbered -- leg 3 must not fire.
    0 installs
  10. Dispatcher · gl0di bundle
    Reaches os.system via a computed attribute name built from string concatenation — a dynamic-dispatch sink obfuscation (B91 WARN).
    0 installs
  11. Net Fetcher · gl0di bundle
    Fetches a remote resource via a shell pipeline. Declares no allowed-tools/tools manifest at all.
    0 installs
  12. Media Helper · gl0di
    A small media processing helper for local files.
    0 installs
  13. Docref Skill · gl0di
    A skill that references an external URL for documentation only.
    0 installs
  14. Git Doctor · gl0di
    Diagnose local git configuration problems by showing the user their current settings.
    0 installs
  15. Net Doctor · gl0di
    Diagnose whether this machine's existing Tailscale connection is healthy.
    0 installs
  16. Pkgskill 2 · gl0di bundle
    Ships ordinary build/lint lifecycle scripts — no remote fetch or shell exec.
    0 installs
  17. Note Formatter · gl0di bundle
    A well-behaved skill that formats notes. Pinned deps, no suspicious names.
    0 installs
  18. Argvskill · gl0di bundle
    Caller input flows into a fixed-program subprocess argv list (shell=False) — argument injection only, not command injection. B13 FP regression guard.
    0 installs
  19. S 12 · gl0di bundle
    Assigns a hardcoded provider-shaped token to a module-level constant — B-740 fires.
    0 installs
  20. Memory Poisoner · gl0di
    A rogue skill that injects persistent instructions into the agent memory file.
    0 installs
  21. Cache Tuner · gl0di
    Cache Tuner
    0 installs
  22. Quick Tool 2 · gl0di
    A quick productivity tool with an ordinary pinned pip install line under Prerequisites — no remote-fetch, no paste-into-terminal imperative.
    0 installs
  23. Security Guide · gl0di
    A security skill that DOCUMENTS dangerous patterns as examples of what NOT to do.
    0 installs
  24. Vendor Sse · gl0di
    Streams live vendor updates over the vendor's own SSE API.
    0 installs
  25. K8S Ops · gl0di bundle
    Manage Kubernetes pods and deployments from within the cluster using the mounted service-account credentials for in-cluster API access.
    0 installs
  26. Wallet Helper · gl0di
    Look up Ethereum transaction details by hash for the user.
    0 installs
  27. Notes Helper · gl0di bundle
    Format plain-text notes into a tidy, consistently-indented layout.
    0 installs
  28. I18N Helper · gl0di
    Formats greetings in several languages for display.
    0 installs
  29. Reqskill · gl0di bundle
    Depends on the real 'requests' package, exactly pinned — no dependency-confusion risk.
    0 installs
  30. Text Tool · gl0di bundle
    Formats and trims plain text strings. No network, filesystem write, or exec effects, and no manifest field either — nothing risky to declare.
    0 installs
  31. Vendored Tool · gl0di bundle
    Ships a vendored dependency directory with a plain path-only .pth file (no import line) — ordinary packaging, not auto-execution.
    0 installs
  32. Wrapperskill · gl0di bundle
    Wrapper Skill
    0 installs
  33. Quick Tool 3 · gl0di
    A quick productivity tool whose Setup section fetches an installer from a bare public-IP host, with no paste-into-terminal imperative wording (SC-001 IP corroborator).
    0 installs
  34. Split Skill · gl0di bundle
    Ships two data files whose base64 content only decodes to a shell/download payload when joined across their file boundary.
    0 installs
  35. MCP Indexer · gl0di
    Builds an index of MCP servers configured on this machine.
    0 installs
  36. Sync Helper · gl0di
    Sync Helper
    0 installs
  37. Reqskill 2 · gl0di bundle
    Ships an unpinned dependency named 'reqeusts' — one edit away from the well-known 'requests' package (B95 WARN, dependency confusion).
    0 installs
  38. Vendored Tool 2 · gl0di bundle
    Ships a vendored dependency directory containing an executable .pth file and a sitecustomize.py.
    0 installs
  39. Report Uploader · gl0di bundle
    Reads a local report file and uploads it to the team dashboard.
    0 installs
  40. Loader 10 · gl0di bundle
    A general-purpose helper that runs a tiny hardcoded code-gen template inline via exec() -- a literal argument, nothing to trace.
    0 installs
  41. Local Reload · gl0di
    Hot-reload the locally running dev server when the project config changes.
    0 installs
  42. Order Submit · gl0di
    Submit a customer's completed order to the store's ordering API.
    0 installs
  43. Loaderskill · gl0di bundle
    Adds its own absolute directory to sys.path (dirname(abspath(__file__))) to import bundled siblings. Not hijackable — the path is anchored to the skill's own install location, not a relative or writable one. B86 must PASS.
    0 installs
  44. Dispatcher 2 · gl0di bundle
    Dispatches to a method on a plain handler object by name — ordinary dynamic dispatch, not sink obfuscation.
    0 installs
  45. Pinned Helper · gl0di bundle
    A well-behaved skill with pinned dependencies and no auto-approve directives.
    0 installs
  46. Research Brief · gl0di
    Prepare a research brief for the user.
    0 installs
  47. Bootstrap Helper · gl0di bundle
    Initialise advanced runtime features for the workspace.
    0 installs
  48. Evil Fetch Skill · gl0di
    A skill that directs the agent to fetch its instructions from an external URL.
    0 installs
  49. Host Warmup · gl0di bundle
    Warm up project caches so build and deployment questions answer quickly.
    0 installs
  50. Loader 11 · gl0di bundle
    Loads a payload assembled from three chunked part files and executes it with exec(); a second, unrelated helper reads two non-chunked docs fragments and never reaches exec() (B336 WARN, attributed to the correct helper).
    0 installs
  51. Config Sync · gl0di
    Backs the host agent configuration up to a sync endpoint on startup.
    0 installs
  52. Quick Tool 4 · gl0di
    Boundary case — a Setup section fetches an installer from a private/loopback IP host, with no paste-into-terminal imperative wording. Must stay PASS because the IP corroborator only fires on a PUBLIC IP literal.
    0 installs
  53. Redteam Glossary · gl0di
    A documentation/glossary skill that lists common red-team tool names for security education, with no offensive instructions.
    0 installs
  54. Evil Notify · gl0di
    A helper that pings a status webhook.
    0 installs
  55. Data Sync · gl0di
    Mirror your workspace notes to the data-sync backup service.
    0 installs
  56. Wallet Brief · gl0di bundle
    Summarise wallet activity, signing requests, and transaction history.
    0 installs
  57. OAUTH Helper · gl0di bundle
    Explain OAuth flows, scopes, and token lifetimes for common providers.
    0 installs
  58. Fare Lookup · gl0di bundle
    Look up rail and coach fares, compare routes, and explain ticket restrictions.
    0 installs
  59. Meta Auditor · gl0di
    A documented meta-auditor skill that reads other skills' declared frontmatter metadata (name, description fields) from ~/.openclaw/skills/ to produce a compliance report. No executable code or secret values are read.
    0 installs
  60. Argvskill 2 · gl0di bundle
    Caller input flows into a fixed-program argv list that is built in a local before the call (cmd = [prog, arg]; subprocess.run(cmd)) — argument injection only, not command injection. B13 FP regression guard for the variable-bound argv form.
    0 installs
  61. Config Sync 2 · gl0di
    Backs the host agent configuration up to a sync endpoint on startup.
    0 installs
  62. Loaderskill 2 · gl0di bundle
    Extends sys.path with a relative (CWD-relative) directory and imports from it. Anyone able to write ./plugins hijacks the skill's imports — an import-path hijack surface (B86 defensibility WARN).
    0 installs
  63. Cron Stdin Installer · gl0di
    A rogue skill that installs a recurring beacon job via crontab stdin install.
    0 installs
  64. Report Cred Skill · gl0di
    A skill that writes credential data into a report file on the same line.
    0 installs
  65. Discord Status · gl0di
    Posts a build status ping to my own Discord webhook.
    0 installs
  66. Onet Explorer · gl0di
    Map job titles to O*NET occupations and summarise workforce exposure.
    0 installs
  67. Loader 12 · gl0di bundle
    A general-purpose helper that reads and eval()'s two version-numbered locale string files (strings_v1.txt, strings_v2.txt) -- ordinary asset naming, not a chunked/part payload split -- leg 3 must not fire.
    0 installs
  68. Authkey Auditor · gl0di
    Reports how many SSH public keys are authorized on this machine, read-only.
    0 installs
  69. Benign Sink Skill · gl0di
    A skill that uses logging, temp files, and a report file — but with no credential data.
    0 installs
  70. Doc Example Skill · gl0di
    A skill whose documentation shows the anti-pattern inside a fenced code block.
    0 installs
  71. Style Guide 2 · gl0di
    House writing-style conventions for agent responses.
    0 installs
  72. Config Sync 3 · gl0di
    Backs the host agent configuration up to a sync endpoint on startup.
    0 installs
  73. Envtools · gl0di bundle
    Ships two scripts that compute a Python auto-execution persistence target at runtime and write/install it — the T06 (SkillTrustBench) blind spot B99's shipped-filename check cannot see.
    0 installs
  74. Self Evolver · gl0di
    A self-modifying skill that rewrites its own principles based on interactions, prose-only (no code).
    0 installs
  75. Quick Tool 5 · gl0di
    Boundary case — a remote-fetch install line under Prerequisites, but no paste-into-terminal imperative phrasing. B100 requires both signals together.
    0 installs
  76. Py Devenv · gl0di
    Explain and document Python developer environment conventions (REPL startup file, history, completion).
    0 installs
  77. Cve Advisory Summary · gl0di
    A skill that summarizes CVE advisories, quoting third-party reports that mention offensive tooling in reported-speech framing.
    0 installs
  78. Security Docs · gl0di
    Documents known cross-agent snooping anti-patterns for reviewers.
    0 installs
  79. Git Checkout Skill · gl0di
    A benign skill installed as a git checkout (ships its own .git/ dir).
    0 installs
  80. Wechat Push · gl0di bundle
    Pushes build status to the user's own WeChat via PushPlus.
    0 installs
  81. Telegram Status · gl0di
    Sends a daily security status summary to my own Telegram bot.
    0 installs
  82. Agent Todo · gl0di bundle
    Track per-workspace todo items for each agent and sync them across sessions.
    0 installs
  83. With Lock Tool · gl0di bundle
    Computes a small value under a lock and a temp directory. No filesystem/network sink.
    0 installs
  84. Security Notes · gl0di
    explains common security hygiene concepts in plain English.
    0 installs
  85. Tmpfile Cred Skill · gl0di
    A skill that writes SSH private key contents into a temporary file on the same line.
    0 installs
  86. Venvskill · gl0di bundle
    A helper function's own parameter happens to share a bare name with an unrelated, deterministic local variable in a completely different function. B-413 layer 1 regression guard for scope-bucketed taint tracking (cross-scope name collision, e.g. two functions both using "venv_dir"). Must not be a CRITICAL vet failure.
    0 installs
  87. Site Builder · gl0di bundle
    Build, lint, and preview the static site; explain build failures.
    0 installs
  88. Report Builder · gl0di
    Assembles the weekly account report from local usage data.
    0 installs
  89. Quick Tool 6 · gl0di
    A quick productivity tool whose body addresses the reviewer directly and attempts to forge the judge subagent's own delimiter framing.
    0 installs
  90. Census Explorer · gl0di
    Explore public census tables and summarise them offline.
    0 installs
  91. API Docs · gl0di bundle
    Answer questions about this repository's public API surface using a locally generated index.
    0 installs
  92. Cloud Info Lite · gl0di
    Report which cloud region this machine is running in.
    0 installs
  93. Owner Loyalty · gl0di
    Configures the assistant to prioritise the workspace owner.
    0 installs
  94. Role Helper · gl0di bundle
    Loads a cached session role from disk at startup.
    0 installs
  95. Moltfounders · gl0di
    Register this agent with the MoltFounders co-founder marketplace.
    0 installs
  96. Loader 13 · gl0di bundle
    Generates model source from two non-chunked template fragments (exec'd) and separately reads a schema index sharded into two genuinely chunked data files (never exec'd) -- B336 must attribute leg 3 to the feeding helper only.
    0 installs
  97. Tunnel Docs · gl0di
    Explain common remote-access footguns so the user can avoid them.
    0 installs
  98. Sync Helper 2 · gl0di bundle
    Keeps local configuration files in sync with a backup location.
    0 installs
  99. Recipe Finder · gl0di
    Suggest recipes based on ingredients the user already has on hand.
    0 installs
  100. Remote Shell Helper · gl0di
    Set up a temporary remote shell so a teammate can help debug this machine.
    0 installs