Skip to content
View LIghtJUNction's full-sized avatar
:octocat:
Build this world together
:octocat:
Build this world together

Organizations

@AstrBotDevs

Block or report LIghtJUNction

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
lightjunction/README.md

今日工作汇报: WORK_REPORT/index.md

Support / ad slot: Want to support my work or leave a public message? Open the project website, choose Encrypted Message, and send safe sponsorship details such as payment method, public transaction ID, public wallet address, contact information, or a short note. Do not send private keys, seed phrases, recovery codes, passwords, or production credentials.

OpenReview verification: Hello OpenReview reviewers, I confirm that I have registered an OpenReview account under the name LIghtJUNction.

Languages: English · 中文 · Русский · 한국어 · 日本語

LIghtJUNction

LIghtJUNction

AI tooling / independent AI research hat / Linux automation / practical security

I build small, sharp tools for messy real-world systems: agents, bootstraps, data pipelines, game tooling, and terminal-first workflows.

Currently wearing the independent AI researcher hat, which is apparently very official now, while building agent tooling, proxy-aware bootstrap scripts, and practical Linux/macOS automation.

Website Terminal · Encrypted Message · GitHub · Hugging Face · Kaggle · Email

Open to Work Focus Security

Agent Skills

Install my personal agent skills globally:

npx skills add LIghtJUNction/lightjunction -g

The skills live under .agents/skills/ and are meant to capture my reusable workflows, preferences, and project-specific operating knowledge.

Digital Assistant Services

LIghtJUNction's digital assistant can help with small, low-risk software maintenance work for open-source maintainers, indie builders, and small teams.

Good-fit work:

  • CI failure diagnosis with a concise fix plan.
  • GitHub issue triage and reproduction notes.
  • Dependency bumps with small compatibility fixes.
  • README, docs, broken-link, and example cleanup.
  • Tiny tests or obvious bug fixes that do not require broad refactors.
  • Lightweight automation scripts and recurring maintenance reports.

Bad-fit work:

  • Handling secrets, seed phrases, private keys, or production credentials.
  • Spam outreach, fake urgency, impersonation, or deceptive fundraising.
  • Large rewrites, risky security-sensitive changes, or vague open-ended tasks.

Starter scopes:

  • USD 19 equivalent: one focused CI, issue, or docs diagnosis.
  • USD 49 equivalent: one small fix, automation script, or dependency update.
  • USD 99 equivalent: project health review with prioritized next actions.

Payments or donations can go to the public user-controlled assistant treasury below to offset AI token costs.

Profile

Non-CS background, but I learn by shipping. My projects usually start from a personal pain point: setting up fresh machines behind difficult networks, making agents easier to operate, automating data collection, or turning a rough script into something another person can run.

Early technical interests

I have always been drawn to operating systems, especially Linux. Earlier on, I was obsessed with flashing and replacing systems on both phones and computers; I even managed to install an ARM build of Windows on an old Android phone.

For most of high school, I did not have access to today's level of AI tooling. Around my final year, I tried ChatGPT 3.5 for the first time and immediately felt that artificial intelligence would reshape society at a fundamental level.

Snapshot
Education Zhengzhou University
Looking for Remote or hybrid engineering opportunities
Strongest signal Debugging real systems, not just demos
Open-source focus AstrBot ecosystem, agent tooling, Linux automation
Favorite game Oxygen Not Included

I am looking for work where this style is useful: strong ownership, fast iteration, comfort with Linux, and willingness to debug the real path instead of only the happy path.

My rule of thumb: if a tool only works on my machine, it is not finished yet. Good automation should explain the machine it sees, make conservative choices, and fail loudly before it damages anything.

What I like building Evidence
AI and agent tooling AstrBot ecosystem work, MCP tools, automation surfaces, terminal workflows
Linux and bootstrap automation macOS/Linux setup scripts, package-manager detection, proxy-aware installs
Network tools daed/mihomo/Hiddify related setup, transparent proxy workflows, domestic-network fallbacks
Data and platform tooling Python CLIs, API wrappers, collection pipelines, repeatable scripts
Security-minded utilities OpenPGP contact flow, SSH key deployment, explicit permission boundaries
Simulation games Oxygen Not Included, especially systems that reward automation and debugging

Working Style

Signal What it means in practice
Reproduce first I chase the actual failing command, package, network, or runtime path.
Prefer explicit systems Scripts print diagnostics, list assumptions, and ask before risky work.
Ship usable surfaces CLIs, README commands, defaults, and error messages are part of the product.
Keep learning public The repository is a workshop: rough ideas become documented tools over time.

Selected Work

Project Why it matters
AstrBot ecosystem Bot framework contribution and packaging/plugin work around real runtime behavior.
lightjunction Personal terminal site, bootstrap scripts, encrypted contact flow, and reusable shell helpers.
OniMods Oxygen Not Included tooling and MCP-style automation experiments for a complex simulation game.
humen-mcp Rust MCP tool for human-in-the-loop interaction, with persistence and agent setup for real workflows.
emailctl Published Rust crate for terminal email workflows; the package is emailctl and the CLI binary remains email.
douyin Python package and CLI work around Douyin APIs, auth flows, and automation-heavy workflows.
MagicMihomo Network configuration automation where reliability matters more than cleverness.

Toolbox

Python · Rust · TypeScript · Shell/Bash · Linux · macOS · GitHub Actions · OpenPGP · MCP · Network Debugging · CLI Design

Profile References

I keep this README closer to a compact portfolio than a sticker wall. The structure borrows from GitHub's profile README guidance and the community examples collected in awesome-github-profile-readme: clear identity first, selected proof second, and daily work notes kept separately in WORK_REPORT/index.md.

Bootstrap Lab

These scripts are intentionally practical: they print diagnostics first, branch on the detected machine/network, and fail with explicit guidance when automation would be dishonest.

Linux workstation bootstrap

curl -sSL https://raw.githubusercontent.com/LIghtJUNction/lightjunction/main/bootstrap-linux.sh | bash

Optional non-interactive example:

BOOTSTRAP_FEATURES=network-daed,fs-bees,shell,cn-desktop bash -c "$(curl -sSL https://raw.githubusercontent.com/LIghtJUNction/lightjunction/main/bootstrap-linux.sh)"

It can install daed for transparent proxy workflows, configure CachyOS repositories on Arch-based systems, use .deb on Debian/Ubuntu, use .rpm on Fedora/RHEL/openSUSE, and expose optional modules for shell, filesystem, and desktop tooling.

macOS bootstrap

curl -sSL https://raw.githubusercontent.com/LIghtJUNction/lightjunction/main/bootstrap-macbook.sh | bash

Run as a normal Administrator user, not through sudo. Homebrew refuses root. On a fresh Mac, the script opens the Xcode Command Line Tools installer first because Homebrew needs Apple's git. If a previous Command Line Tools install left /Library/Developer/CommandLineTools behind without registering it, the script clears that stale directory and resets xcode-select before retrying.

SSH public key deployment

curl -sSL https://raw.githubusercontent.com/LIghtJUNction/lightjunction/main/deploy-ssh-keys.sh | bash

Supports Termux and systemd Linux.

Shell Modules

curl -sSL https://raw.githubusercontent.com/LIghtJUNction/lightjunction/main/basic.sh | bash
Module map
Module Description
env.sh Color variables, terminal detection, UTF-8/ASCII compatibility
log.sh err, warn, ok, info, debug, line
lib/str.sh trim, split, contains, replace, upper, lower, hash, uuid, rand
lib/arr.sh join, contains, map, filter, sort, unique, sum, max, min
lib/os.sh detect, is, arch, distro, has, require, ensure_dir, tmpdir
lib/file.sh exists, is_file, is_dir, read, write, copy, move, size, md5
lib/net.sh check, download, http_get, http_post, public_ip, dns_lookup
lib/prompt.sh yesno, input, password, menu, spinner, progress

Secure Contact

Use the website terminal to encrypt a message in the browser, or import my public key manually:

gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys EB21B83AB1E982DF66F08387A67178405F7736FD

Fingerprint:

EB21B83AB1E982DF66F08387A67178405F7736FD

Support

If my projects are useful to you, sponsorship is welcome: sponsor and support.

Assistant Treasury

These public receiving addresses belong to the assistant's small agent hot wallet. They may be used for assistant-related income, donations, paid support, or tiny automation experiments intended to offset AI token costs. Do not send large amounts.

  • BTC: bc1qvt6dukyequta44jmwrsl69du69srvw7zc5lt47
  • SOL: VvjgAbuxTuK2By8MYRMsWKVfwrN2ps6o5Yk9Eh2d2Hb
  • ETH/EVM: 0x93a83CCE0c072d76De974A2c1Da4F5C72C2d9Bd1
  • Supported intended uses for the EVM address: ETH, USDT on Ethereum, USDC on Ethereum, BNB on BNB Chain, USDT on BNB Chain, and small EVM automation experiments.

No private keys, seed phrases, recovery codes, wallet passwords, or exchange credentials are stored here.

Pinned Loading

  1. AstrBotDevs/AstrBot AstrBotDevs/AstrBot Public

    AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

    Python 34.6k 2.4k

  2. MagicNet MagicNet Public

    A module for treating internet addiction.

    Shell 78 2

  3. douyin douyin Public

    抖音非官方sdk/命令行工具

    Python 2

  4. cortexfs cortexfs Public

    "Everything is a file" for AGI era. Mount LLM context and reasoning as a POSIX file system.

    Rust 2

  5. LightFlow LightFlow Public

    Rust 1

  6. AndroidUse AndroidUse Public

    Rust 1