
Research
TeamPCP Compromises Telnyx Python SDK to Deliver Credential-Stealing Malware
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.
@skillkit/tui
Advanced tools
Interactive terminal UI for SkillKit - browse, install, translate, and manage skills visually in your terminal.
npm install @skillkit/tui
# or
npm install -g skillkit # includes TUI
skillkit ui
# or just
skillkit
Overview of your project and quick actions. Shows detected agents, installed skills count, and navigation hints.
Browse curated skill marketplace:
Explore available skills from curated repositories:
/Manage and execute workflows:
Execute skills with checkpoints:
Team collaboration management:
Plugin system management:
Development methodologies:
Structured plan system:
AI-powered skill suggestions based on your project:
Convert skills between agent formats:
View and manage project context:
Session memory system:
Manage your installed skills:
Sync skills across agents:
Configure SkillKit:
| Key | Action |
|---|---|
h | Home screen |
m | Marketplace |
b | Browse skills |
w | Workflows |
x | Execute |
a | Team collaboration |
p | Plugins |
o | Methodology |
n | Plan system |
r | Recommendations |
t | Translate skills |
c | Context management |
e | Memory/Learnings |
i | Installed skills |
s | Sync skills |
, | Settings |
↑/↓ | Navigate lists |
Enter | Select / Confirm |
/ | Search |
Tab | Switch focus |
Esc | Go back |
? | Help |
q | Quit |
import { startTUI, TUIOptions } from '@skillkit/tui';
// Launch with defaults
await startTUI();
// Launch with options
await startTUI({
projectPath: './my-project',
initialScreen: 'browse',
theme: 'dark',
});
Built with:
src/
├── app.tsx # Main app component
├── screens/ # Screen components
│ ├── Home.tsx
│ ├── Browse.tsx
│ ├── Recommend.tsx
│ ├── Translate.tsx
│ ├── Context.tsx
│ └── ...
├── components/ # Reusable UI components
│ ├── SkillCard.tsx
│ ├── AgentSelector.tsx
│ └── ...
└── hooks/ # React hooks
├── useSkills.ts
├── useContext.ts
└── ...
Full documentation: https://github.com/rohitg00/skillkit
Apache-2.0
FAQs
Unified Terminal UI for SkillKit - Built on OpenTUI
The npm package @skillkit/tui receives a total of 428 weekly downloads. As such, @skillkit/tui popularity was classified as not popular.
We found that @skillkit/tui demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.

Security News
/Research
Widespread GitHub phishing campaign uses fake Visual Studio Code security alerts in Discussions to trick developers into visiting malicious website.