claude-automata
Health Warn
- No license — Repository has no license file
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 6 GitHub stars
Code Fail
- Hardcoded secret — Potential hardcoded credential in plugins/parallax/src/main.py
Permissions Pass
- Permissions — No dangerous permissions requested
This project serves as a plugin marketplace for Claude Code, featuring tools designed to extend the AI's capabilities. Its main highlighted feature, "Parallax," manipulates the AI's context to drive it toward more comprehensive, multi-turn style outputs within a single prompt.
Security Assessment
The scan identified a High security risk due to a hardcoded credential directly in the source code (`plugins/parallax/src/main.py`). While the automated check noted no inherently dangerous permissions, the fundamental purpose of this tool is to intercept and alter your prompts before sending them to the AI. It may also make external network requests to process these prompts. Executing unverified third-party code that actively manipulates your AI inputs and contains exposed secrets introduces significant security and data privacy concerns.
Quality Assessment
The repository is actively maintained, with its most recent code push occurring today. However, the project currently suffers from extremely low community adoption, evidenced by only 6 GitHub stars. More critically, it lacks a formal open-source license. Without a license, the code is strictly proprietary by default, meaning developers technically have no legal rights to use, modify, or distribute it.
Verdict
Not recommended—due to exposed hardcoded credentials, proprietary licensing, and the inherent security risks of running unverified code designed to manipulate AI inputs.
claude code plugin marketplace
claude-automata
English | 한국어
Plugins that amplify Claude Code's autonomy.
Getting Started
uv is required. Install it if you don't have it.
Add this repository to the marketplace: claude plugin marketplace add clomia/claude-automata
Parallax
Intelligence booster for complex tasks
This plugin keeps Claude Code from stopping short and drives it to finish the job.
LLMs generate tokens starting from the representation space activated by their input, and the further generation proceeds, the more prior outputs tend to constrain subsequent exploration, narrowing its scope. Therefore, to explore regions the model struggles to reach on its own, input that activates new regions is needed.
This tendency is one of the factors that leave people unsatisfied with single-turn results in Claude Code and lead them to iterate across multiple turns.
parallax generates and injects input that activates new regions, enabling the model to reach regions it struggles to reach on its own — improving single-turn result quality.
Installation
claude plugin install parallax@claude-automata
Usage
Automatically activates when the prompt ends with the parallaxthink keyword
Example: Make a tic-tac-toe game in HTML. parallaxthink
Use the /parallax-log command to view the most recent parallax log.
Appendix: Plugin Management Commands
To use in local scope, add the
--scope localoption to the command.
- Install plugin:
claude plugin install {plugin}@claude-automata - Uninstall plugin:
claude plugin uninstall {plugin}@claude-automata - Enable plugin:
claude plugin enable {plugin}@claude-automata - Disable plugin:
claude plugin disable {plugin}@claude-automata
Updating plugins to the latest version
claude plugin marketplace update claude-automata
claude plugin update {plugin}@claude-automata
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found