← Back to Skills Marketplace
112
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install veezvg-fasterizy
Description
Faster and direct, answer-first prose for coding-agent Q&A, planning, and technical docs. Use whenever the user asks for terser, faster, less verbose, or les...
Usage Guidance
This package does more than 'stylistic guidance' in-chat: it contains a CLI that will write files into ~/.claude, ~/.codex, ~/.cursor, plugin caches, and can git-clone the repo and set the plugin as enabled. Specific things to consider before installing or enabling: (1) always: true means it intends to be active for every agent run — confirm you want that. (2) Review the CLI/install scripts locally (they back up and write settings.json, hooks.json, installed_plugins.json and copy hook scripts); verify the exact file changes before running. (3) The package reads env vars (CLAUDE_CONFIG_DIR, CODEX_CONFIG_DIR, FASTERIZY_*), but these are not declared in metadata — check that you are comfortable with these overrides. (4) The installer will perform a git clone from GitHub (requires network and git). If unsure, run the installer in a sandboxed account/container, or manually inspect and apply only the parts you trust (you can also use the included uninstall-hooks command to remove hook files). If you want a purely instruction-only style rule with no on-disk hooks, do not install the CLI/hook components and instead copy the SKILL.md text into your agent runtime by hand.
Capability Assessment
Purpose & Capability
The name/description promises a concise-prose rule for agents; the repository actually contains a full CLI and hook installer that writes into multiple agent config dirs (~/.claude, ~/.codex, ~/.cursor, plugin caches) and can register and enable a native plugin. Installing and patching agent settings is consistent with a tool that wants to be always-on, but the package metadata (claimed instruction-only / no install spec) is inconsistent with the presence of many install scripts and hooks that perform file and plugin operations.
Instruction Scope
SKILL.md itself defines stylistic runtime rules and toggle commands (/fasterizy on/off) but does not document or declare the installer behavior. The code will scan home and project directories, copy SKILL.md stubs into other agent skill dirs, patch settings.json and installed_plugins.json, create hooks that run node scripts on session/prompt events, and may clone the GitHub repo. Those file reads/writes and config modifications go beyond plain in-chat instruction text and are not fully described in the SKILL.md frontmatter.
Install Mechanism
There is no formal install spec in the registry, but the package includes a CLI that can copy hooks into agent config directories and, for Claude Code, will git clone from github.com/felipeinf/fasterizy to register a marketplace and copy the plugin into plugin cache. GitHub is a well-known host (no arbitrary URL shorteners), but the installer requires network+git and writes files into user config directories and plugin caches — moderate risk and should be reviewed locally before running.
Credentials
The registry lists no required env vars or credentials, yet the code reads and respects several environment variables (CLAUDE_CONFIG_DIR, CODEX_CONFIG_DIR, FASTERIZY_UPDATE_ROOTS, FASTERIZY_ENABLED_BY_DEFAULT) and runs hooks with FASTERIZY=1. These env vars are not declared in the skill metadata; the skill also modifies settings and plugin manifests in other agent config dirs (which are effectively privileged configuration files). No network credentials are requested, but the lack of declared env/config usage is an inconsistency.
Persistence & Privilege
The skill is flagged always: true and the package installs always-on hooks and/or plugin entries into multiple agent runtimes so it will persistently influence agent behavior. always: true plus code that patches other agents' settings and enables itself increases blast radius — this may be justified for a style-enforcement tool but is a significant privileged presence that should be explicitly confirmed by the user before enabling.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install veezvg-fasterizy - After installation, invoke the skill by name or use
/veezvg-fasterizy - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release—faster, answer-first prose for coding-agent Q&A, planning, and technical docs.
- Strips filler, empty hedges, and meta-preambles for concise responses.
- Keeps professional tone, clarity, and exact identifiers or error messages.
- Uses answer-first structure; no question restatement or closing wrap-up.
- Allows normal, non-compressed prose for handoff artifacts, plan files, and code.
- Expands detail on user request; confirmation and comparisons have clear format rules.
- Designed to speed up turn time without losing accuracy or context.
Metadata
Frequently Asked Questions
What is Fasterizy?
Faster and direct, answer-first prose for coding-agent Q&A, planning, and technical docs. Use whenever the user asks for terser, faster, less verbose, or les... It is an AI Agent Skill for Claude Code / OpenClaw, with 112 downloads so far.
How do I install Fasterizy?
Run "/install veezvg-fasterizy" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Fasterizy free?
Yes, Fasterizy is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Fasterizy support?
Fasterizy is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Fasterizy?
It is built and maintained by veezVg (@veezvg); the current version is v1.0.0.
More Skills