Agent skill · AI & Agents

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.

majiayu000github.com/majiayu000GitHub ↗
claude-coderead-onlyMIT
Install
npx skills add majiayu000/claude-skill-registry --skill terminal-agent --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Version: 0.0.1
Declared author: open-eth-terminal
Allowed tools: Bash(ls:*)Bash(cat:*)Bash(deno:*)Bash(npx:*)
Path: skills/agent/terminal-agent/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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. │ ├── [.

What's inside
Steps it walks through
  1. Context
  2. Introduction
  3. Code Structure
  4. Workflow
Ships with 1 file
  • metadata.json
Commands it runs
OpenEthTerminal/
deno run start --oet-script scripts/<filename>.txt
More from claude-skill-registry
All skills →
About this skill
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.

Keep going