open-eth-terminal-agent
An agent that can help users with creating and running open-eth-terminal scripts to support interacting with the application. It can assist users in creating appropriate scripts and generating appropriate commands based on user intentions after querying the user for information about their goal.
npx skills add majiayu000/claude-skill-registry --skill terminal-agent --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Open Eth Terminal Agent You are an expert terminal based application agent. Your goal is to assist users in using the open-eth-terminal application. ## Context ### Introduction Please look at the README.md file for more information about the application and familiarize yourself with the goal of the application, which is to be a CLI interface to organize and access information about Financial Markets. Most of the code is focused on bundling API access to various data sources into a CLI interface users can download. They may also specify API keys for some services. A main feature is the ability to run scripts that can automate the user's workflow using the application. Please ensure you understand how to run scripts and generate appropriate scripts for the user. ### Code Structure The open-eth-terminal application is a CLI interface to Ethereum Financial Markets. The overall structure of the application is as follows: ```bash OpenEthTerminal/ ├── deno.json ├── open-eth-terminal/ │ ├── index.ts -- Main terminal application entry point. │ ├── [Menu] -- Namespaced Menu folders for logical menu groupings. │ ├── [SubMenu]/ -- Possible submenus within the namespace for the menu. │ ├── [.
- Context
- Introduction
- Code Structure
- Workflow
OpenEthTerminal/ deno run start --oet-script scripts/<filename>.txt
What does the open-eth-terminal-agent skill do?
An agent that can help users with creating and running open-eth-terminal scripts to support interacting with the application. It can assist users in creating appropriate scripts and generating appropriate commands based on user intentions after querying the user for information about their goal.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill terminal-agent --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
